From 29aabba0ea759c6a2864ff5631735b67ee38e5e0 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 5 Feb 2020 18:44:56 +0000 Subject: gentoo resync : 05.02.2020 --- app-emulation/simh/files/simh-3.11.0-respect-FLAGS.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 app-emulation/simh/files/simh-3.11.0-respect-FLAGS.patch (limited to 'app-emulation/simh/files/simh-3.11.0-respect-FLAGS.patch') diff --git a/app-emulation/simh/files/simh-3.11.0-respect-FLAGS.patch b/app-emulation/simh/files/simh-3.11.0-respect-FLAGS.patch new file mode 100644 index 000000000000..0ceca7b0abf8 --- /dev/null +++ b/app-emulation/simh/files/simh-3.11.0-respect-FLAGS.patch @@ -0,0 +1,13 @@ +--- a/makefile ++++ b/makefile +@@ -497,8 +497,8 @@ ifneq ($(DEBUG),) + CFLAGS_O = -O0 + BUILD_FEATURES = - debugging support + else +- CFLAGS_O = -O2 +- LDFLAGS_O = ++ CFLAGS_O ?= -O2 ++ LDFLAGS_O ?= + ifeq (Darwin,$(OSTYPE)) + NO_LTO = 1 + endif -- cgit v1.2.3