summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-09-15 08:40:07 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-09-15 08:40:07 (GMT)
commit8ed77399dec08b10ae68f79a2a2f0cb21ba67ffd (patch)
treeb9e1890fddc16e3ab3b3ca1d2d9795e139f03a58 /scripts
parent672f596f8b3642a84f6090988538026987060551 (diff)
We don't support Cygwin yet, no point in having quirks in.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/crosstool.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/crosstool.sh b/scripts/crosstool.sh
index 206c4aa..92b1409 100755
--- a/scripts/crosstool.sh
+++ b/scripts/crosstool.sh
@@ -301,9 +301,6 @@ if [ -z "${CT_RESTART}" ]; then
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}"