]> www.ginac.de Git - cln.git/commitdiff
* Removed obscure gcc 2.3.2 hack.
authorRichard Kreckel <kreckel@ginac.de>
Mon, 22 Jan 2001 13:13:32 +0000 (13:13 +0000)
committerRichard Kreckel <kreckel@ginac.de>
Mon, 22 Jan 2001 13:13:32 +0000 (13:13 +0000)
autoconf/aclocal.m4

index e53abcf8d13043215f09958e2e75482d900958c5..67b0b780fd0405a2747b9d8ef910adbed817ec37 100644 (file)
@@ -649,14 +649,7 @@ cat > conftest.$ac_ext <<EOF
 #include "confdefs.h"
 EOF
 cat "$cl_machine_file_c" >> conftest.$ac_ext
-ORIGCC="$CC"
-if test $ac_cv_prog_gcc = yes; then
-# gcc -O (gcc version <= 2.3.2) crashes when compiling long long shifts for
-# target 80386. Strip "-O".
-CC=`echo "$CC " | sed -e 's/-O //g'`
-fi
 AC_TRY_EVAL(ac_link)
-CC="$ORIGCC"
 if test -s conftest; then
   echo "creating $cl_machine_file_h"
   ./conftest > conftest.h