summaryrefslogtreecommitdiff
path: root/samples/powerpc-e500v2-linux-gnuspe/crosstool.config
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2017-07-06 07:13:03 (GMT)
committerAlexey Neyman <stilor@att.net>2017-07-08 17:57:56 (GMT)
commitae71ce41063334796b20eb8b834225b2521fedc3 (patch)
treea4f27fe406e6d57584b2ff59a8c95d5779d1aebf /samples/powerpc-e500v2-linux-gnuspe/crosstool.config
parent6805245679a6f614ed551183075c9d8c45743924 (diff)
Kconfigize choice/menu items
Also, add a poor man's upgrade script. Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'samples/powerpc-e500v2-linux-gnuspe/crosstool.config')
-rw-r--r--samples/powerpc-e500v2-linux-gnuspe/crosstool.config6
1 files changed, 3 insertions, 3 deletions
diff --git a/samples/powerpc-e500v2-linux-gnuspe/crosstool.config b/samples/powerpc-e500v2-linux-gnuspe/crosstool.config
index b86bf27..7f8f5d7 100644
--- a/samples/powerpc-e500v2-linux-gnuspe/crosstool.config
+++ b/samples/powerpc-e500v2-linux-gnuspe/crosstool.config
@@ -1,15 +1,15 @@
-CT_ARCH_powerpc=y
+CT_ARCH_POWERPC=y
CT_ARCH_CPU="8548"
CT_ARCH_FLOAT_SW=y
CT_TARGET_CFLAGS="-mfloat-gprs=double -Wa,-me500x2"
CT_ARCH_powerpc_ABI_SPE=y
CT_TARGET_VENDOR="e500v2"
-CT_KERNEL_linux=y
+CT_KERNEL_LINUX=y
CT_BINUTILS_EXTRA_CONFIG_ARRAY="--enable-spe=yes --enable-e500x2 --with-e500x2"
CT_CC_GCC_CORE_EXTRA_CONFIG_ARRAY="--enable-e500_double"
CT_CC_GCC_EXTRA_CONFIG_ARRAY="--enable-e500_double"
# CT_CC_GCC_ENABLE_TARGET_OPTSPACE is not set
CT_CC_GCC_LDBL_128=y
CT_CC_LANG_CXX=y
-CT_DEBUG_gdb=y
+CT_DEBUG_GDB=y
# CT_GDB_CROSS_PYTHON is not set