samples/m68k-unknown-uclinux-uclibc/crosstool.config
author Zhenqiang Chen <zhenqiang.chen@linaro.org>
Mon Dec 30 23:15:02 2013 +0100 (2013-12-30)
changeset 3261 3b61be3d7aa6
parent 3105 cfb1783d4cb8
permissions -rw-r--r--
kernel/linux: prepare for arch whose kenel name is not the standard name

For some architectures, the kernel architecture name is not the common
name of the architecture for other tools.

For example: ARM 64-bit is commonly referenced as aarch64, but the kernel
calls it arm64.

Signed-off-by: Michael Hope <michael.hope@linaro.org>
Signed-off-by: Zhenqiang Chen <zhenqiang.chen@linaro.org>
[yann.morin.1998@free.fr: split out of the aarch64 patch]
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
esben@3066
     1
CT_EXPERIMENTAL=y
esben@3066
     2
CT_LOCAL_TARBALLS_DIR="${HOME}/src"
esben@3066
     3
CT_SAVE_TARBALLS=y
esben@3066
     4
CT_LOG_EXTRA=y
esben@3066
     5
CT_ARCH_m68k=y
esben@3066
     6
CT_KERNEL_linux=y
yann@3175
     7
CT_KERNEL_V_3_5=y
esben@3066
     8
CT_BINUTILS_V_2_21_1a=y
esben@3066
     9
CT_LIBC_UCLIBC_CONFIG_FILE="${CT_LIB_DIR}/samples/${CT_TARGET}/${CT_LIBC}-${CT_LIBC_VERSION}.config"
esben@3066
    10
CT_THREADS_LINUXTHREADS=y