diff options
| author | dos-reis <gdr@axiomatics.org> | 2008-05-23 01:04:38 +0000 |
|---|---|---|
| committer | dos-reis <gdr@axiomatics.org> | 2008-05-23 01:04:38 +0000 |
| commit | 7d85189b98ae004c095f4c1b58804f021f67880a (patch) | |
| tree | c1726cb97778147af789898521f060d15eb8afa4 /configure | |
| parent | 66bf12078133726c7b95d9708472f2032ba458db (diff) | |
| download | open-axiom-7d85189b98ae004c095f4c1b58804f021f67880a.tar.gz | |
Port htadd to win32
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -20300,7 +20300,7 @@ if test x$GCC != xyes; then echo "$as_me: error: We need a C compiler from GCC" >&2;} { (exit 1); exit 1; }; } fi -axiom_cflags="-O2 -fno-strength-reduce -Wall -D_GNU_SOURCE" +axiom_cflags="-O2 -Wall -D_GNU_SOURCE" ## What is the extension of object files on this platform? @@ -25549,7 +25549,7 @@ axiom_gcl_x_option="--disable-tkconfig --disable-x --disable-xgcl" axiom_gcl_emacs="--enable-emacs=correct" PFL= -CCF="-O2 -fno-strength-reduce -Wall -D_GNU_SOURCE" +CCF="-O2 -Wall -D_GNU_SOURCE" LDF= LISP=lsp @@ -25560,7 +25560,7 @@ cat >>confdefs.h <<\_ACEOF #define BSDplatform _ACEOF - 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) @@ -25591,7 +25591,7 @@ cat >>confdefs.h <<\_ACEOF #define MACOSXplatform _ACEOF - 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" |
