diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2004-03-17 20:03:17 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2004-03-17 20:03:17 +0000 |
commit | a39bc0b0036e1364958f36dc42650a4f63f5ddc4 (patch) | |
tree | 3d6dbd6b0d558dab550a9a6005b5bd8f824abb34 /lang/gforth/files/patch-engine::Makefile.in | |
parent | - Utilize NO_SIZE (diff) |
CONFIGURE_ENV and MAKE_ENV added; PLIST_SUB updated; WORDSIZE
and BYTEORDER added; EMPTY_DIRS split (the second one will be deleted
upon 0.6.2 update, if any); SIZE added to distinfo; plist generalized;
-fno-inline and FPE_* build fix added from 0.6.2.
The 0.6.2 runtime causes a Segmentation Fault at compilation time,
so, no update is planned right now... sorry.
PR: ports/63991
Submitted by: Cyrille Lefevre <cyrille.lefevre@laposte.net>
Notes
Notes:
svn path=/head/; revision=104319
Diffstat (limited to 'lang/gforth/files/patch-engine::Makefile.in')
-rw-r--r-- | lang/gforth/files/patch-engine::Makefile.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lang/gforth/files/patch-engine::Makefile.in b/lang/gforth/files/patch-engine::Makefile.in new file mode 100644 index 000000000000..eb239e282bd0 --- /dev/null +++ b/lang/gforth/files/patch-engine::Makefile.in @@ -0,0 +1,12 @@ +--- engine/Makefile.in.orig Sun Mar 9 16:06:46 2003 ++++ engine/Makefile.in Tue Mar 9 14:47:19 2004 +@@ -72,7 +72,8 @@ + XCFLAGS = @CFLAGS@ + XDEFINES = @DEFS@ + SWITCHES = $(XCFLAGS) $(XDEFINES) +-ENGINE_FLAGS = @ENGINE_FLAGS@ -fno-defer-pop -fcaller-saves ++#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 + DEBUGFLAG = @DEBUGFLAG@ + CFLAGS = $(DEBUGFLAG) -I$(srcdir)/../arch/$(machine) -I. -O2 -Wall $(SWITCHES) -DDEFAULTPATH=\"$(FORTHPATH)\" + CFLAGS2 = $(DEBUGFLAG) -I$(srcdir)/../arch/$(machine) -I. -O2 -Wall $(SWITCHES) -DDEFAULTPATH=\"$(FORTHPATH)\" |