summaryrefslogtreecommitdiff
path: root/samples/armv6-rpi-linux-gnueabi
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@free.fr>2013-01-24 21:37:31 (GMT)
committerYann E. MORIN" <yann.morin.1998@free.fr>2013-01-24 21:37:31 (GMT)
commit81c28d831b5dbd5aa9456defec8aa818bb6e0c0e (patch)
treeb18953c8f780dd7d0194620bd709ea52e9c6d03d /samples/armv6-rpi-linux-gnueabi
parent0571b39a81ef4c1188f0bdd78f050720de13c40b (diff)
cc/gcc: remove 'sub-level' version form symbols
Now we use defconfig files to store the samples, we have to be a bit more conservatives in the symbols names, so as to avoid gigantic version bumps when updating sub-level versions from a package. Update samples accordingly. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Diffstat (limited to 'samples/armv6-rpi-linux-gnueabi')
-rw-r--r--samples/armv6-rpi-linux-gnueabi/crosstool.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/armv6-rpi-linux-gnueabi/crosstool.config b/samples/armv6-rpi-linux-gnueabi/crosstool.config
index d50f4e5..d7c996b 100644
--- a/samples/armv6-rpi-linux-gnueabi/crosstool.config
+++ b/samples/armv6-rpi-linux-gnueabi/crosstool.config
@@ -10,7 +10,7 @@ CT_ARCH_arm=y
CT_ARCH_SUFFIX="v6"
CT_TARGET_VENDOR="rpi"
CT_KERNEL_linux=y
-CT_KERNEL_V_3_6_11=y
+CT_KERNEL_V_3_6=y
CT_BINUTILS_V_2_22=y
CT_BINUTILS_LINKER_LD_GOLD=y
CT_BINUTILS_GOLD_THREADS=y