scripts/build/libc/newlib.sh
changeset 2783 2f4e3c312b65
parent 2781 504b0759c149
child 2787 85477445af56
     1.1 --- a/scripts/build/libc/newlib.sh	Fri Nov 18 11:47:30 2011 +0800
     1.2 +++ b/scripts/build/libc/newlib.sh	Tue Nov 22 14:18:14 2011 +0800
     1.3 @@ -85,6 +85,8 @@
     1.4          newlib_opts+=( "--enable-newlib-supplied-syscalls" )
     1.5      fi
     1.6  
     1.7 +    [ "${CT_LIBC_NEWLIB_ENABLE_TARGET_OPTSPACE}" = "y" ] && newlib_opts+=("--enable-target-optspace")
     1.8 +
     1.9      # Note: newlib handles the build/host/target a little bit differently
    1.10      # than one would expect:
    1.11      #   build  : not used