0
0
Fork 0
mirror of https://git.code.sf.net/p/quake/quakeforge synced 2025-03-21 18:01:15 +00:00

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"
CPPFLAGS="$CPPFLAGS $CFLAGS"
;;
*)
CC="$host_cpu-$host_os-gcc"
AS="$CC"
AR="$host_cpu-$host_os-ar"
RANLIB="$host_cpu-$host_os-ranlib"
;;
esac
fi
endian="little"