diff options
Diffstat (limited to 'samples/powerpc-e300c3-linux-gnu')
-rw-r--r-- | samples/powerpc-e300c3-linux-gnu/crosstool.config | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/samples/powerpc-e300c3-linux-gnu/crosstool.config b/samples/powerpc-e300c3-linux-gnu/crosstool.config index 41f7ff2d..739a29fa 100644 --- a/samples/powerpc-e300c3-linux-gnu/crosstool.config +++ b/samples/powerpc-e300c3-linux-gnu/crosstool.config @@ -2,11 +2,9 @@ CT_LOCAL_TARBALLS_DIR="${HOME}/src" CT_SAVE_TARBALLS=y CT_LOG_EXTRA=y CT_ARCH_CPU="e300c3" -CT_ARCH_TUNE="e300c3" CT_ARCH_powerpc=y CT_TARGET_VENDOR="e300c3" CT_KERNEL_linux=y CT_BINUTILS_PLUGINS=y -CT_LIBC_glibc=y -CT_CC_LANG_CXX=y # CT_CC_GCC_ENABLE_TARGET_OPTSPACE is not set +CT_CC_LANG_CXX=y |