# HG changeset patch # User "Yann E. MORIN" # Date 1189845607 0 # Node ID eb3b271ca27c12a010e6e1523c0d76138b606a3c # Parent 0361a83180a2c777984ccd86876779ae92ffb978 We don't support Cygwin yet, no point in having quirks in. diff -r 0361a83180a2 -r eb3b271ca27c scripts/crosstool.sh --- a/scripts/crosstool.sh Fri Sep 14 21:58:55 2007 +0000 +++ b/scripts/crosstool.sh Sat Sep 15 08:40:07 2007 +0000 @@ -301,9 +301,6 @@ fi |CT_DoLog DEBUG done - # Ha. cygwin host have an .exe suffix (extension) for executables. - [ "${CT_KERNEL}" = "cygwin" ] && EXEEXT=".exe" || EXEEXT="" - # Build up the TARGET_CFLAGS from user-provided options # Override with user-specified CFLAGS [ -n "${CT_ARCH_CPU}" ] && CT_TARGET_CFLAGS="-mcpu=${CT_ARCH_CPU} ${CT_TARGET_CFLAGS}"