diff options
author | Alexey Neyman <stilor@att.net> | 2015-11-14 15:18:35 -0800 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2015-11-14 15:21:45 -0800 |
commit | 2541bd0b118f8fee6d200910e9c9211dd732f207 (patch) | |
tree | acc9eb8e93f5b79063ddafa8769c050c359173be | |
parent | 57dc5e69d2b83bd15673e59d5cf5c159c8492a6a (diff) | |
download | crosstool-ng-2541bd0b118f8fee6d200910e9c9211dd732f207.tar.gz crosstool-ng-2541bd0b118f8fee6d200910e9c9211dd732f207.tar.bz2 crosstool-ng-2541bd0b118f8fee6d200910e9c9211dd732f207.zip |
Remove redundant configure options.
-mcpu= and -msoft-float are added due to ARCH_* flags, and correctly
passed down to libstdc build.
Signed-off-by: Alexey Neyman <stilor@att.net>
-rw-r--r-- | samples/powerpc-860-linux-gnu/crosstool.config | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/samples/powerpc-860-linux-gnu/crosstool.config b/samples/powerpc-860-linux-gnu/crosstool.config index 9475f5ac..aa1625eb 100644 --- a/samples/powerpc-860-linux-gnu/crosstool.config +++ b/samples/powerpc-860-linux-gnu/crosstool.config @@ -8,7 +8,6 @@ CT_TARGET_VENDOR="860" CT_KERNEL_linux=y CT_BINUTILS_PLUGINS=y CT_LIBC_GLIBC_EXTRA_CONFIG_ARRAY="--without-fp" -CT_CC_GCC_EXTRA_CONFIG_ARRAY="--with-cpu=860 --enable-cxx-flags=-mcpu=860 --with-float=soft --enable-cxx-flags=-msoft-float" CT_CC_LANG_CXX=y CT_DEBUG_gdb=y # CT_GDB_CROSS_PYTHON is not set |