diff -r 2fa4b675a9a3 -r eb3b271ca27c scripts/crosstool.sh --- a/scripts/crosstool.sh Fri Sep 14 21:50:30 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}"