[mupen64plus-ui-console] 107/172: Remove upstream merged gcc_lto.patch

Sven Eckelmann ecsv-guest at moszumanska.debian.org
Thu Nov 26 06:07:38 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-ui-console.

commit 0502b6896fb45e9b3f146d9720dc475e5df9fe0c
Author: Sven Eckelmann <sven at narfation.org>
Date:   Sat Jun 16 22:15:22 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 eed6b66..de8097f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
 mupen64plus-ui-console (1.99.5+3+19265d7e8658-1) UNRELEASED; urgency=low
 
   * New Upstream Snapshot from 19265d7e8658a243557e17d74674d8fe2fed7dcf
+  * debian/patches:
+    - Remove upstream merged gcc_lto.patch
 
  -- Sven Eckelmann <sven at narfation.org>  Sat, 16 Jun 2012 22:13:22 +0200
 
diff --git a/debian/patches/gcc_lto.patch b/debian/patches/gcc_lto.patch
deleted file mode 100644
index d73b603..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 c74791097d57f8de43eb562629fbb3ed0ebe585e..6c46a762ac54d23c5f4ba5bf59cc0eac6f7e4ebb 100644
---- a/projects/unix/Makefile
-+++ b/projects/unix/Makefile
-@@ -236,6 +236,7 @@ targets:
- 	@echo "    DESTDIR=path   == path to prepend to all installation paths (only for packagers)"
- 	@echo "  Debugging Options:"
- 	@echo "    DEBUG=1        == add debugging symbols to application binary"
-+	@echo "    LTO=1         == enable experimental build with link-time optimization"
- 	@echo "    V=1            == show verbose compiler output"
- 
- all: $(TARGET)
-@@ -258,6 +259,11 @@ uninstall:
- CFLAGS += -MD
- -include $(OBJECTS:.o=.d)
- 
-+ifeq ($(LTO), 1)
-+  CFLAGS += -flto
-+  LDFLAGS += -fuse-linker-plugin -fwhole-program $(CFLAGS)
-+endif
-+
- # standard build rules
- $(OBJDIR)/%.o: $(SRCDIR)/%.c
- 	$(COMPILE.c) -o $@ $<
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-ui-console.git



More information about the Pkg-games-commits mailing list