Browse Source

* Removed obscure gcc 2.3.2 hack.

master
Richard Kreckel 24 years ago
parent
commit
5d9a7dc447
  1. 7
      autoconf/aclocal.m4

7
autoconf/aclocal.m4

@ -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

Loading…
Cancel
Save