diff options
author | joerg <joerg@pkgsrc.org> | 2013-11-11 16:44:45 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2013-11-11 16:44:45 +0000 |
commit | 91c5c1e7fe4a3fb2aaf0b2d926b72dd2430bd3d0 (patch) | |
tree | bcb2edd22a21b3988b0f8ca58801cd5074372df1 /emulators/arcem/patches | |
parent | 7563a1b6bf1d3254423f7fa58a9f7f50e5fc856d (diff) | |
download | pkgsrc-91c5c1e7fe4a3fb2aaf0b2d926b72dd2430bd3d0.tar.gz |
Don't add -frerun-cse-after-loop. Use do-install to do it properly.
Diffstat (limited to 'emulators/arcem/patches')
-rw-r--r-- | emulators/arcem/patches/patch-aa | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/emulators/arcem/patches/patch-aa b/emulators/arcem/patches/patch-aa index b71a40da3dc..f4016a7ddfb 100644 --- a/emulators/arcem/patches/patch-aa +++ b/emulators/arcem/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.4 2013/11/10 12:50:19 ryoon Exp $ +$NetBSD: patch-aa,v 1.5 2013/11/11 16:44:45 joerg Exp $ --- Makefile.orig 2012-12-12 23:41:33.000000000 +0000 +++ Makefile @@ -13,7 +13,14 @@ $NetBSD: patch-aa,v 1.4 2013/11/10 12:50:19 ryoon Exp $ WARN = -Wall -Wno-return-type -Wno-unknown-pragmas -Wshadow \ -Wpointer-arith -Wcast-align -Wstrict-prototypes \ -@@ -69,7 +71,7 @@ endif +@@ -63,13 +65,13 @@ ifeq ($(DEBUG),yes) + CFLAGS += -O0 -g + else + CFLAGS = -O3 -funroll-loops -fexpensive-optimizations -ffast-math \ +- -fomit-frame-pointer -frerun-cse-after-loop ++ -fomit-frame-pointer + endif + endif CFLAGS += \ $(CFL) $(WARN) \ |