mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-19 21:07:54 +00:00
Add sample arm-none-eabi
This is the triplet used by the Arm Embedded Toolkit as well as Debian. Signed-off-by: Keith Packard <keithp@keithp.com>
This commit is contained in:
parent
1da7698b7c
commit
4ad0620fcd
14
samples/arm-none-eabi/crosstool.config
Normal file
14
samples/arm-none-eabi/crosstool.config
Normal file
@ -0,0 +1,14 @@
|
||||
CT_CONFIG_VERSION="4"
|
||||
CT_ARCH_ARM=y
|
||||
CT_ARCH_FLOAT_SW=y
|
||||
CT_TARGET_CFLAGS="-ftls-model=local-exec"
|
||||
CT_LIBC_NEWLIB_IO_C99FMT=y
|
||||
CT_LIBC_NEWLIB_IO_LL=y
|
||||
CT_LIBC_NEWLIB_IO_FLOAT=y
|
||||
CT_LIBC_NEWLIB_DISABLE_SUPPLIED_SYSCALLS=y
|
||||
CT_CC_LANG_CXX=y
|
||||
CT_COMP_LIBS_NEWLIB_NANO=y
|
||||
CT_COMP_LIBS_PICOLIBC=y
|
||||
CT_MULTILIB=y
|
||||
CT_CC_GCC_MULTILIB_LIST="rmprofile aprofile"
|
||||
CT_TARGET_VENDOR="none"
|
3
samples/arm-none-eabi/reported.by
Normal file
3
samples/arm-none-eabi/reported.by
Normal file
@ -0,0 +1,3 @@
|
||||
reporter_name="Keith Packard"
|
||||
reporter_url="https://keithp.com/"
|
||||
reporter_comment="Multi-lib version of arm-unknown-eabi"
|
Loading…
Reference in New Issue
Block a user