mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-08 03:44:13 -04:00
14 lines
714 B
Plaintext
14 lines
714 B
Plaintext
$NetBSD: patch-engine_Makefile.in,v 1.1 2013/10/28 23:48:30 joerg Exp $
|
|
|
|
--- engine/Makefile.in.orig 2013-10-18 15:51:52.000000000 +0000
|
|
+++ engine/Makefile.in
|
|
@@ -89,7 +89,7 @@ XCFLAGS = @CFLAGS@
|
|
XDEFINES = @DEFS@
|
|
SWITCHES = $(XCFLAGS) $(XDEFINES) $(OPTDEFINES)
|
|
#use -fno-inline to avoid register problems with asinh, atanh on gcc-3.3 on 386
|
|
-ENGINE_FLAGS = @ENGINE_FLAGS@ -fno-defer-pop -fcaller-saves -fno-inline
|
|
+ENGINE_FLAGS = @ENGINE_FLAGS@
|
|
DEBUGFLAG = @DEBUGFLAG@
|
|
CFLAGS = $(DEBUGFLAG) -I$(srcdir)/../arch/$(machine) -I. -Wall $(SWITCHES) -DDEFAULTPATH='"$(FORTHPATH)"' $(LTDLINCL)
|
|
CFLAGS2 = $(DEBUGFLAG) -I$(srcdir)/../arch/$(machine) -I. -Wall $(SWITCHES) -DDEFAULTPATH='"$(FORTHPATH)"' $(LTDLINCL)
|