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:
parent
8a96e91315
commit
17b37e93b2
1 changed files with 0 additions and 6 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue