This is an automated email from the git hooks/post-receive script. ecsv-guest pushed a commit to branch master in repository mupen64plus-video-glide64.
commit b3021987dd4fd5c23bc1e91aabaa2bf48c2e9c1f Author: Sven Eckelmann <[email protected]> Date: Wed Oct 10 21:52:03 2012 +0200 Remove upstream merged gcc_lto.patch --- debian/changelog | 2 ++ debian/patches/gcc_lto.patch | 28 ---------------------------- debian/patches/series | 1 - 3 files changed, 2 insertions(+), 29 deletions(-) diff --git a/debian/changelog b/debian/changelog index 6d704a1..67d6b6b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,8 @@ mupen64plus-video-glide64 (1.99.5-1) UNRELEASED; urgency=low * New Upstream Version * Upgraded to policy 3.9.4, no changes required + * debian/patches: + - Remove upstream merged gcc_lto.patch -- Sven Eckelmann <[email protected]> Wed, 19 Sep 2012 08:50:09 +0200 diff --git a/debian/patches/gcc_lto.patch b/debian/patches/gcc_lto.patch deleted file mode 100644 index 246c8a0..0000000 --- a/debian/patches/gcc_lto.patch +++ /dev/null @@ -1,28 +0,0 @@ -Description: Enable experimental support for link-time optimization -Author: Sven Eckelmann <[email protected]> - ---- -diff --git a/projects/unix/Makefile b/projects/unix/Makefile -index 80a3f52bda183214a16770b42090da9178cf8b63..3af81d5b682c9f3733930e7f538288767d5d32b7 100644 ---- a/projects/unix/Makefile -+++ b/projects/unix/Makefile -@@ -311,6 +311,7 @@ targets: - @echo " DESTDIR=path == path to prepend to all installation paths (only for packagers)" - @echo " Debugging Options:" - @echo " DEBUG=1 == add debugging symbols" -+ @echo " LTO=1 == enable experimental build with link-time optimization" - @echo " V=1 == show verbose compiler output" - - all: $(TARGET) -@@ -335,6 +336,11 @@ CFLAGS += -MD - -include $(OBJECTS:.o=.d) - - CXXFLAGS += $(CFLAGS) -+ifeq ($(LTO), 1) -+ CFLAGS += -flto -+ CXXFLAGS += -flto -+ LDFLAGS += -fuse-linker-plugin $(CXXFLAGS) -+endif - - # standard build rules - $(OBJDIR)/%.o: $(SRCDIR)/%.c diff --git a/debian/patches/series b/debian/patches/series index 84a4bb7..5a5a78d 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,2 +1 @@ printf_fixup.patch -gcc_lto.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/mupen64plus-video-glide64.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

