mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-02-20 09:06:19 +00:00
Add ARM nano sample configuration
Signed-off-by: Alastair D'Silva <alastair@d-silva.org>
This commit is contained in:
parent
14896a2600
commit
4532830f96
28
samples/arm-nano-eabi/crosstool.config
Normal file
28
samples/arm-nano-eabi/crosstool.config
Normal file
@ -0,0 +1,28 @@
|
||||
CT_LOCAL_TARBALLS_DIR="${HOME}/src"
|
||||
CT_SAVE_TARBALLS=y
|
||||
CT_LOG_EXTRA=y
|
||||
CT_ARCH_FLOAT_SW=y
|
||||
CT_ARCH_arm=y
|
||||
CT_LIBC_NEWLIB_IO_C99FMT=y
|
||||
CT_LIBC_NEWLIB_IO_LL=y
|
||||
CT_LIBC_NEWLIB_IO_FLOAT=n
|
||||
CT_LIBC_NEWLIB_DISABLE_SUPPLIED_SYSCALLS=y
|
||||
CT_CC_LANG_CXX=y
|
||||
CT_LIBC_NEWLIB_IO_POS_ARGS=n
|
||||
CT_LIBC_NEWLIB_FVWRITE_IN_STREAMIO=n
|
||||
CT_LIBC_NEWLIB_UNBUF_STREAM_OPT=n
|
||||
CT_LIBC_NEWLIB_FSEEK_OPTIMIZATION=n
|
||||
CT_LIBC_NEWLIB_REGISTER_FINI=n
|
||||
CT_LIBC_NEWLIB_ATEXIT_DYNAMIC_ALLOC=n
|
||||
CT_LIBC_NEWLIB_GLOBAL_ATEXIT=y
|
||||
CT_LIBC_NEWLIB_LITE_EXIT=y
|
||||
CT_LIBC_NEWLIB_REENT_SMALL=y
|
||||
CT_LIBC_NEWLIB_MULTITHREAD=n
|
||||
CT_LIBC_NEWLIB_EXTRA_SECTIONS=y
|
||||
CT_LIBC_NEWLIB_WIDE_ORIENT=n
|
||||
CT_LIBC_NEWLIB_ENABLE_TARGET_OPTSPACE=y
|
||||
CT_LIBC_NEWLIB_NANO_MALLOC=y
|
||||
CT_LIBC_NEWLIB_NANO_FORMATTED_IO=y
|
||||
CT_LIBC_NEWLIB_LTO=y
|
||||
CT_MULTILIB=y
|
||||
|
3
samples/arm-nano-eabi/reported.by
Normal file
3
samples/arm-nano-eabi/reported.by
Normal file
@ -0,0 +1,3 @@
|
||||
reporter_name="Alastair D'Silva"
|
||||
reporter_url="http://alastair.d-silva.org/"
|
||||
reporter_comment="Based on arm-unknown-eabi"
|
Loading…
x
Reference in New Issue
Block a user