[mupen64plus-rsp-z64] 96/140: Remove upstream merged gcc_lto.patch

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


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

ecsv-guest pushed a commit to branch master
in repository mupen64plus-rsp-z64.

commit 053a3c000ef1214ffdccc92ce01593890e67924c
Author: Sven Eckelmann <sven at narfation.org>
Date:   Wed Oct 10 21:23:20 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 9961065..22c87c0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ mupen64plus-rsp-z64 (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 <sven at narfation.org>  Wed, 19 Sep 2012 08:50:01 +0200
 
diff --git a/debian/patches/gcc_lto.patch b/debian/patches/gcc_lto.patch
deleted file mode 100644
index 7e6976e..0000000
--- a/debian/patches/gcc_lto.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-Description: Enable experimental support for link-time optimization
-Author: Sven Eckelmann <sven at narfation.org>
-
----
-diff --git a/projects/unix/Makefile b/projects/unix/Makefile
-index b7ad98ade8435e3875b31203d6637a67e0a8240e..3b12d5855cd56d395e73f442f7f8c08a900e521f 100755
---- a/projects/unix/Makefile
-+++ b/projects/unix/Makefile
-@@ -261,6 +261,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)
-@@ -282,6 +283,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
deleted file mode 100644
index bf99d61..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-gcc_lto.patch

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



More information about the Pkg-games-commits mailing list