mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-02 02:56:40 +00:00
93dd61e257
- Pin sparc-leon-linux-gnu to GCC6, again. - Remove "brokenness" explanation from moxie-elf comment (was only applicable to stage-2 compiler, not final). Signed-off-by: Alexey Neyman <stilor@att.net>
14 lines
316 B
Plaintext
14 lines
316 B
Plaintext
CT_CONFIG_VERSION="1"
|
|
CT_ARCH_ARM=y
|
|
CT_ARCH_SUFFIX="v6"
|
|
# CT_ARCH_USE_MMU is not set
|
|
CT_TARGET_VENDOR="nommu"
|
|
CT_KERNEL_LINUX=y
|
|
# CT_KERNEL_LINUX_INSTALL_CHECK is not set
|
|
# CT_SHARED_LIBS is not set
|
|
CT_BINUTILS_PLUGINS=y
|
|
CT_THREADS_NONE=y
|
|
CT_CC_GCC_DISABLE_PCH=y
|
|
CT_CC_GCC_BUILD_ID=y
|
|
CT_CC_GCC_LNK_HASH_STYLE_BOTH=y
|