summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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}"