summaryrefslogtreecommitdiff
path: root/samples/armv6-rpi-linux-gnueabi/crosstool.config
diff options
context:
space:
mode:
Diffstat (limited to 'samples/armv6-rpi-linux-gnueabi/crosstool.config')
-rw-r--r--samples/armv6-rpi-linux-gnueabi/crosstool.config3
1 files changed, 1 insertions, 2 deletions
diff --git a/samples/armv6-rpi-linux-gnueabi/crosstool.config b/samples/armv6-rpi-linux-gnueabi/crosstool.config
index 6c59a62..94f1b2a 100644
--- a/samples/armv6-rpi-linux-gnueabi/crosstool.config
+++ b/samples/armv6-rpi-linux-gnueabi/crosstool.config
@@ -1,6 +1,6 @@
CT_ARCH_ARM=y
-CT_ARCH_SUFFIX="v6"
CT_ARCH_CPU="arm1176jzf-s"
+CT_ARCH_SUFFIX="v6"
CT_ARCH_FPU="vfp"
CT_TARGET_VENDOR="rpi"
CT_KERNEL_LINUX=y
@@ -9,7 +9,6 @@ CT_BINUTILS_LINKER_LD_GOLD=y
CT_BINUTILS_GOLD_THREADS=y
CT_BINUTILS_LD_WRAPPER=y
CT_BINUTILS_PLUGINS=y
-CT_LIBC_GLIBC=y
CT_GLIBC_LOCALES=y
CT_GLIBC_KERNEL_VERSION_CHOSEN=y
CT_GLIBC_MIN_KERNEL_VERSION="3.2.27"