We don't support Cygwin yet, no point in having quirks in.
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sat Sep 15 08:40:07 2007 +0000 (2007-09-15)
changeset 390eb3b271ca27c
parent 389 0361a83180a2
child 391 11172b754564
We don't support Cygwin yet, no point in having quirks in.
scripts/crosstool.sh
     1.1 --- a/scripts/crosstool.sh	Fri Sep 14 21:58:55 2007 +0000
     1.2 +++ b/scripts/crosstool.sh	Sat Sep 15 08:40:07 2007 +0000
     1.3 @@ -301,9 +301,6 @@
     1.4          fi |CT_DoLog DEBUG
     1.5      done
     1.6  
     1.7 -    # Ha. cygwin host have an .exe suffix (extension) for executables.
     1.8 -    [ "${CT_KERNEL}" = "cygwin" ] && EXEEXT=".exe" || EXEEXT=""
     1.9 -
    1.10      # Build up the TARGET_CFLAGS from user-provided options
    1.11      # Override with user-specified CFLAGS
    1.12      [ -n "${CT_ARCH_CPU}" ]  && CT_TARGET_CFLAGS="-mcpu=${CT_ARCH_CPU} ${CT_TARGET_CFLAGS}"