From 7d85189b98ae004c095f4c1b58804f021f67880a Mon Sep 17 00:00:00 2001 From: dos-reis Date: Fri, 23 May 2008 01:04:38 +0000 Subject: Port htadd to win32 --- configure.ac.pamphlet | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'configure.ac.pamphlet') 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. <> 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? -- cgit v1.2.3