summaryrefslogtreecommitdiff
path: root/samples/powerpc-860-linux-gnu
diff options
context:
space:
mode:
authorBryan Hundven <bryanhundven@gmail.com>2015-11-14 19:30:03 (GMT)
committerBryan Hundven <bryanhundven@gmail.com>2015-11-14 19:30:03 (GMT)
commitb54d55c843defdf61c048d86d04adbc8b9edf0f0 (patch)
tree6b8f88efd8acac7d03fcb0c61c1d7074ff2182dd /samples/powerpc-860-linux-gnu
parente78251b75158689ace2194e8c87aa7b7bb5ec951 (diff)
Samples: Update samples
This commit updates samples to latest config/ changes. This closes #114 Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
Diffstat (limited to 'samples/powerpc-860-linux-gnu')
-rw-r--r--samples/powerpc-860-linux-gnu/crosstool.config3
1 files changed, 1 insertions, 2 deletions
diff --git a/samples/powerpc-860-linux-gnu/crosstool.config b/samples/powerpc-860-linux-gnu/crosstool.config
index 417add9..9475f5a 100644
--- a/samples/powerpc-860-linux-gnu/crosstool.config
+++ b/samples/powerpc-860-linux-gnu/crosstool.config
@@ -7,9 +7,8 @@ CT_ARCH_powerpc=y
CT_TARGET_VENDOR="860"
CT_KERNEL_linux=y
CT_BINUTILS_PLUGINS=y
-CT_LIBC_glibc=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_CC_EXTRA_CONFIG_ARRAY="--with-cpu=860 --enable-cxx-flags=-mcpu=860 --with-float=soft --enable-cxx-flags=-msoft-float"
CT_DEBUG_gdb=y
# CT_GDB_CROSS_PYTHON is not set