diff options
author | Yann E. MORIN" <yann.morin.1998@free.fr> | 2013-01-24 22:37:31 +0100 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@free.fr> | 2013-01-24 22:37:31 +0100 |
commit | 81c28d831b5dbd5aa9456defec8aa818bb6e0c0e (patch) | |
tree | b18953c8f780dd7d0194620bd709ea52e9c6d03d /samples/arm-unknown-linux-uclibcgnueabi | |
parent | 0571b39a81ef4c1188f0bdd78f050720de13c40b (diff) | |
download | crosstool-ng-81c28d831b5dbd5aa9456defec8aa818bb6e0c0e.tar.gz crosstool-ng-81c28d831b5dbd5aa9456defec8aa818bb6e0c0e.tar.bz2 crosstool-ng-81c28d831b5dbd5aa9456defec8aa818bb6e0c0e.zip |
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/arm-unknown-linux-uclibcgnueabi')
-rw-r--r-- | samples/arm-unknown-linux-uclibcgnueabi/crosstool.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/arm-unknown-linux-uclibcgnueabi/crosstool.config b/samples/arm-unknown-linux-uclibcgnueabi/crosstool.config index bac3fcc2..f207cd95 100644 --- a/samples/arm-unknown-linux-uclibcgnueabi/crosstool.config +++ b/samples/arm-unknown-linux-uclibcgnueabi/crosstool.config @@ -8,7 +8,7 @@ CT_ARCH_TUNE="xscale" CT_ARCH_FLOAT_SW=y CT_ARCH_arm=y CT_KERNEL_linux=y -CT_KERNEL_V_2_6_33_20=y +CT_KERNEL_V_2_6_33=y CT_BINUTILS_V_2_19_1a=y CT_BINUTILS_FOR_TARGET=y CT_CC_V_4_4_3=y |