scripts/crosstool.sh
changeset 387 2fa4b675a9a3
parent 380 2f7b676c7b2f
child 390 eb3b271ca27c
     1.1 --- a/scripts/crosstool.sh	Fri Sep 14 17:43:16 2007 +0000
     1.2 +++ b/scripts/crosstool.sh	Fri Sep 14 21:50:30 2007 +0000
     1.3 @@ -304,13 +304,6 @@
     1.4      # Ha. cygwin host have an .exe suffix (extension) for executables.
     1.5      [ "${CT_KERNEL}" = "cygwin" ] && EXEEXT=".exe" || EXEEXT=""
     1.6  
     1.7 -    # Transform the ARCH into a kernel-understandable ARCH
     1.8 -    case "${CT_ARCH}" in
     1.9 -        x86) CT_KERNEL_ARCH=i386;;
    1.10 -        ppc) CT_KERNEL_ARCH=powerpc;;
    1.11 -        *)   CT_KERNEL_ARCH="${CT_ARCH}";;
    1.12 -    esac
    1.13 -
    1.14      # Build up the TARGET_CFLAGS from user-provided options
    1.15      # Override with user-specified CFLAGS
    1.16      [ -n "${CT_ARCH_CPU}" ]  && CT_TARGET_CFLAGS="-mcpu=${CT_ARCH_CPU} ${CT_TARGET_CFLAGS}"