[mupen64plus-video-glide64mk2] 50/60: Remove forced flto=jobserver on linux

Sven Eckelmann ecsv-guest at moszumanska.debian.org
Thu Nov 26 06:16:17 UTC 2015


This is an automated email from the git hooks/post-receive script.

ecsv-guest pushed a commit to branch armhf_test
in repository mupen64plus-video-glide64mk2.

commit 88af8be35b1a67003f369008e984b66e70301901
Author: Sven Eckelmann <sven at narfation.org>
Date:   Sat May 2 10:42:00 2015 +0200

    Remove forced flto=jobserver on linux
---
 debian/changelog                                   |  2 ++
 .../revert_forced_linux_flto_jobserver.patch       | 26 ++++++++++++++++++++++
 debian/patches/series                              |  1 +
 3 files changed, 29 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index d937088..8ff24cb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,8 @@ mupen64plus-video-glide64mk2 (2.5-1) UNRELEASED; urgency=medium
       kfreebsd_hurd_support.patch, load_hires_cache.patch,
       mesa_fxt1.patch, old_glgethandlearb_program_object.patch,
       path_max_war.patch, s3tc_removal.patch, shader_reset.patch
+    - Add revert_forced_linux_flto_jobserver.patch, Remove forced
+      flto=jobserver on linux
 
  -- Sven Eckelmann <sven at narfation.org>  Sat, 20 Sep 2014 11:04:52 +0200
 
diff --git a/debian/patches/revert_forced_linux_flto_jobserver.patch b/debian/patches/revert_forced_linux_flto_jobserver.patch
new file mode 100644
index 0000000..ffbf211
--- /dev/null
+++ b/debian/patches/revert_forced_linux_flto_jobserver.patch
@@ -0,0 +1,26 @@
+Description: Remove forced flto=jobserver on linux
+Origin: upstream, https://github.com/mupen64plus/mupen64plus-video-glide64mk2/commit/7013f4d34663b373d473363f25656f123df00bc4
+Author: Franz-Josef Haider<f_haider at gmx.at>
+
+---
+diff --git a/projects/unix/Makefile b/projects/unix/Makefile
+index 42295bb5d3f229c8034c4b51d9378c953d4416c5..05ae91bacbbe239bb42172994aeda7984a098c72 100755
+--- a/projects/unix/Makefile
++++ b/projects/unix/Makefile
+@@ -122,7 +122,7 @@ ifeq ("$(CPU)","NONE")
+ endif
+ 
+ # base CFLAGS, LDLIBS, and LDFLAGS
+-OPTFLAGS ?= -O3
++OPTFLAGS ?= -O3 -flto=jobserver
+ WARNFLAGS ?= -Wall -Wno-unused-function
+ CFLAGS += $(OPTFLAGS) $(WARNFLAGS) -ffast-math -fno-strict-aliasing -fvisibility=hidden -I../../src -I../../src/Glitch64/inc -DGCC
+ CXXFLAGS += -fvisibility-inlines-hidden -std=gnu++0x
+@@ -156,7 +156,6 @@ endif
+ 
+ # set special flags per-system
+ ifeq ($(OS), LINUX)
+-  OPTFLAGS += -flto=jobserver
+   # only export api symbols
+   LDFLAGS += -Wl,-version-script,$(SRCDIR)/video_api_export.ver
+   LDLIBS += -ldl
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..9bd37d9
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+revert_forced_linux_flto_jobserver.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/mupen64plus-video-glide64mk2.git



More information about the Pkg-games-commits mailing list