mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-29 15:44:03 +00:00
samples: add arm-unknown-linux-musleabi
Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
This commit is contained in:
parent
c7b9a9bd70
commit
d60b4c2962
@ -39,6 +39,7 @@ env:
|
||||
- CT_SAMPLE=armeb-unknown-eabi
|
||||
- CT_SAMPLE=arm-unknown-linux-gnueabi
|
||||
- CT_SAMPLE=armeb-unknown-linux-gnueabi
|
||||
- CT_SAMPLE=arm-unknown-linux-musleabi
|
||||
- CT_SAMPLE=bfin-unknown-linux-uclibc
|
||||
|
||||
# Building the standard samples
|
||||
|
18
samples/arm-unknown-linux-musleabi/crosstool.config
Normal file
18
samples/arm-unknown-linux-musleabi/crosstool.config
Normal file
@ -0,0 +1,18 @@
|
||||
CT_EXPERIMENTAL=y
|
||||
CT_LOCAL_TARBALLS_DIR="${HOME}/src"
|
||||
CT_SAVE_TARBALLS=y
|
||||
CT_LOG_EXTRA=y
|
||||
CT_ARCH_arm=y
|
||||
CT_KERNEL_linux=y
|
||||
CT_BINUTILS_LINKER_LD_GOLD=y
|
||||
CT_BINUTILS_GOLD_THREADS=y
|
||||
CT_BINUTILS_LD_WRAPPER=y
|
||||
CT_BINUTILS_PLUGINS=y
|
||||
CT_BINUTILS_FOR_TARGET=y
|
||||
CT_LIBC_musl=y
|
||||
CT_CC_LANG_CXX=y
|
||||
CT_DEBUG_dmalloc=y
|
||||
CT_DEBUG_duma=y
|
||||
CT_DEBUG_gdb=y
|
||||
CT_GDB_NATIVE=y
|
||||
CT_DEBUG_strace=y
|
3
samples/arm-unknown-linux-musleabi/reported.by
Normal file
3
samples/arm-unknown-linux-musleabi/reported.by
Normal file
@ -0,0 +1,3 @@
|
||||
reporter_name="Bryan Hundven"
|
||||
reporter_url="https://github.com/crosstool-ng/crosstool-ng/issues"
|
||||
reporter_comment=""
|
Loading…
x
Reference in New Issue
Block a user