Skip to content

Commit

Permalink
samples: add arm-unknown-linux-musleabi
Browse files Browse the repository at this point in the history
Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
  • Loading branch information
bhundven committed Oct 22, 2015
1 parent c7b9a9b commit d60b4c2
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -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
Expand Down
18 changes: 18 additions & 0 deletions samples/arm-unknown-linux-musleabi/crosstool.config
@@ -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 changes: 3 additions & 0 deletions samples/arm-unknown-linux-musleabi/reported.by
@@ -0,0 +1,3 @@
reporter_name="Bryan Hundven"
reporter_url="https://github.com/crosstool-ng/crosstool-ng/issues"
reporter_comment=""

0 comments on commit d60b4c2

Please sign in to comment.