aboutsummaryrefslogtreecommitdiff
path: root/configure.ac.pamphlet
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2008-05-23 01:04:38 +0000
committerdos-reis <gdr@axiomatics.org>2008-05-23 01:04:38 +0000
commit7d85189b98ae004c095f4c1b58804f021f67880a (patch)
treec1726cb97778147af789898521f060d15eb8afa4 /configure.ac.pamphlet
parent66bf12078133726c7b95d9708472f2032ba458db (diff)
downloadopen-axiom-7d85189b98ae004c095f4c1b58804f021f67880a.tar.gz
Port htadd to win32
Diffstat (limited to 'configure.ac.pamphlet')
-rw-r--r--configure.ac.pamphlet8
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.ac.pamphlet b/configure.ac.pamphlet
index b9b06c1f..47b68363 100644
--- a/configure.ac.pamphlet
+++ b/configure.ac.pamphlet
@@ -524,14 +524,14 @@ do with platforms.
<<gcl options>>
PFL=
-CCF="-O2 -fno-strength-reduce -Wall -D_GNU_SOURCE"
+CCF="-O2 -Wall -D_GNU_SOURCE"
LDF=
LISP=lsp
case $target in
*bsd*)
AC_DEFINE([BSDplatform], [], [BSD flavour])
- CCF="-O2 -pipe -fno-strength-reduce -Wall -D_GNU_SOURCE -I/usr/local/include"
+ CCF="-O2 -Wall -D_GNU_SOURCE -I/usr/local/include"
LDF="-L/usr/local/lib"
;;
windows)
@@ -546,7 +546,7 @@ case $target in
;;
powerpc*darwin*)
AC_DEFINE([MACOSXplatform], [], [MACOX flavour])
- CCF="-O2 -fno-strength-reduce -Wall -D_GNU_SOURCE \
+ CCF="-O2 -Wall -D_GNU_SOURCE \
-I/usr/include -I/usr/include/sys"
axiom_gcl_bfd_option="--disable-statsysbfd \
--enable-machine=powerpc-macosx"
@@ -643,7 +643,7 @@ AC_PROG_CC
if test x$GCC != xyes; then
AC_MSG_ERROR([We need a C compiler from GCC])
fi
-axiom_cflags="-O2 -fno-strength-reduce -Wall -D_GNU_SOURCE"
+axiom_cflags="-O2 -Wall -D_GNU_SOURCE"
AC_SUBST(axiom_cflags)
## What is the extension of object files on this platform?