diff options
author | Alexey Neyman <stilor@att.net> | 2017-01-11 10:20:02 -0800 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2017-01-12 23:00:20 -0800 |
commit | ec9ddee933d16b5126dc6ba6c94ed428dd01ab75 (patch) | |
tree | 97c37f5fbfbecb7794a7eb9910e9091989100065 /scripts/build/libc | |
parent | 59a784c5724c2e10a02994fb985540db1b16fd63 (diff) | |
download | crosstool-ng-ec9ddee933d16b5126dc6ba6c94ed428dd01ab75.tar.gz crosstool-ng-ec9ddee933d16b5126dc6ba6c94ed428dd01ab75.tar.bz2 crosstool-ng-ec9ddee933d16b5126dc6ba6c94ed428dd01ab75.zip |
Remove 2nd copy of the option.
Added above, as part of the list.
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'scripts/build/libc')
-rw-r--r-- | scripts/build/libc/newlib.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/build/libc/newlib.sh b/scripts/build/libc/newlib.sh index 0a87581e..7a6b194f 100644 --- a/scripts/build/libc/newlib.sh +++ b/scripts/build/libc/newlib.sh @@ -119,8 +119,6 @@ ENABLE_TARGET_OPTSPACE:target-optspace [ "${CT_LIBC_NEWLIB_LTO}" = "y" ] && \ CT_LIBC_NEWLIB_TARGET_CFLAGS="${CT_LIBC_NEWLIB_TARGET_CFLAGS} -flto" - [ "${CT_LIBC_NEWLIB_ENABLE_TARGET_OPTSPACE}" = "y" ] && newlib_opts+=("--enable-target-optspace") - cflags_for_target="${CT_TARGET_CFLAGS} ${CT_LIBC_NEWLIB_TARGET_CFLAGS}" # Note: newlib handles the build/host/target a little bit differently |