diff options
author | Yann E. MORIN" <yann.morin.1998@free.fr> | 2012-11-09 18:22:31 +0100 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@free.fr> | 2012-11-09 18:22:31 +0100 |
commit | da76ef4f7165facf7f82cf7cb76c99059cd5f6b0 (patch) | |
tree | bad7e65f1d54900cbea9b2b2fe39f1142ca0e024 /samples/m68k-unknown-uclinux-uclibc | |
parent | d12940f6ac688083afcd1f0bb30ac7966c8f79bc (diff) | |
download | crosstool-ng-da76ef4f7165facf7f82cf7cb76c99059cd5f6b0.tar.gz crosstool-ng-da76ef4f7165facf7f82cf7cb76c99059cd5f6b0.tar.bz2 crosstool-ng-da76ef4f7165facf7f82cf7cb76c99059cd5f6b0.zip |
samples: update samples for release
Refresh all samples against the new set of options, to be
sure they all build OK, before we can do the release.
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Diffstat (limited to 'samples/m68k-unknown-uclinux-uclibc')
-rw-r--r-- | samples/m68k-unknown-uclinux-uclibc/crosstool.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/m68k-unknown-uclinux-uclibc/crosstool.config b/samples/m68k-unknown-uclinux-uclibc/crosstool.config index 3316c323..7b06f6c5 100644 --- a/samples/m68k-unknown-uclinux-uclibc/crosstool.config +++ b/samples/m68k-unknown-uclinux-uclibc/crosstool.config @@ -4,7 +4,7 @@ CT_SAVE_TARBALLS=y CT_LOG_EXTRA=y CT_ARCH_m68k=y CT_KERNEL_linux=y +CT_KERNEL_V_3_5_7=y CT_BINUTILS_V_2_21_1a=y -CT_CC_V_4_7_2=y CT_LIBC_UCLIBC_CONFIG_FILE="${CT_LIB_DIR}/samples/${CT_TARGET}/${CT_LIBC}-${CT_LIBC_VERSION}.config" CT_THREADS_LINUXTHREADS=y |