mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-06-01 09:02:08 +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"
|
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"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue