mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-12 07:52:50 +00:00
51b4a509db
Put xtensa core name to the tuple vendor string (without any overlay the default core is 'fsf') and rename sample directory accordingly. Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
13 lines
268 B
Plaintext
13 lines
268 B
Plaintext
CT_LOCAL_TARBALLS_DIR="${HOME}/src"
|
|
CT_SAVE_TARBALLS=y
|
|
CT_LOG_EXTRA=y
|
|
CT_ARCH_BE=y
|
|
CT_TARGET_CFLAGS="-mlongcalls -mtext-section-literals"
|
|
CT_ARCH_xtensa=y
|
|
CT_TARGET_VENDOR="fsf"
|
|
CT_KERNEL_linux=y
|
|
CT_LIBC_uClibc=y
|
|
CT_LIBC_UCLIBC_WCHAR=y
|
|
CT_CC_LANG_CXX=y
|
|
CT_DEBUG_gdb=y
|