mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-04-16 15:28:55 +00:00
We don't support Cygwin yet, no point in having quirks in.
This commit is contained in:
parent
672f596f8b
commit
8ed77399de
@ -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}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user