scripts/build/libc/glibc.sh
changeset 922 3f0456891349
parent 884 35302e8a3483
child 950 82209e5c862a
     1.1 --- a/scripts/build/libc/glibc.sh	Sun Sep 28 21:34:11 2008 +0000
     1.2 +++ b/scripts/build/libc/glibc.sh	Mon Oct 13 11:23:51 2008 +0000
     1.3 @@ -282,7 +282,7 @@
     1.4      # Super-H really needs to set configparms as of gcc-3.4/glibc-2.3.2
     1.5      # note: this is awkward, doesn't work well if you need more than one
     1.6      # line in configparms
     1.7 -    echo ${CT_LIBC_GLIBC_CONFIGPARMS} > configparms
     1.8 +    [ "${CT_ARCH_sh}" = "y" ] && echo "no-z-defs=yes" > configparms
     1.9  
    1.10      echo "libc_cv_forced_unwind=yes" > config.cache
    1.11      echo "libc_cv_c_cleanup=yes" >> config.cache