Remove some no longer necessary evil hacks.

This commit is contained in:
Bill Currie 2010-12-23 11:38:00 +09:00
parent 8a96e91315
commit 17b37e93b2

View file

@ -9,12 +9,6 @@ case "$host_os" in
CFLAGS="$CFLAGS -mno-cygwin -mconsole" CFLAGS="$CFLAGS -mno-cygwin -mconsole"
CPPFLAGS="$CPPFLAGS $CFLAGS" CPPFLAGS="$CPPFLAGS $CFLAGS"
;; ;;
*)
CC="$host_cpu-$host_os-gcc"
AS="$CC"
AR="$host_cpu-$host_os-ar"
RANLIB="$host_cpu-$host_os-ranlib"
;;
esac esac
fi fi
endian="little" endian="little"