diff options
author | Alexey Neyman <stilor@att.net> | 2016-04-14 23:20:50 -0700 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2016-08-23 11:00:27 -0700 |
commit | 7d8f85e6af9c3567c93d1decf1d54b14abea8eb6 (patch) | |
tree | e29667fbeb06edd269fc7729e3adf2f44fdddefb /samples/arm-multilib-linux-uclibcgnueabi | |
parent | 667898fc44873427734472c043c48ea3f5c492c0 (diff) | |
download | crosstool-ng-7d8f85e6af9c3567c93d1decf1d54b14abea8eb6.tar.gz crosstool-ng-7d8f85e6af9c3567c93d1decf1d54b14abea8eb6.tar.bz2 crosstool-ng-7d8f85e6af9c3567c93d1decf1d54b14abea8eb6.zip |
arm-multilib-linux-uclibcgnueabi: Add.
No threads (uclibc/libpthread does not compile on ARMv8); no C++ (libitm
depends on pthreads), no GDB/DUMA (depend on threads).
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'samples/arm-multilib-linux-uclibcgnueabi')
-rw-r--r-- | samples/arm-multilib-linux-uclibcgnueabi/crosstool.config | 18 | ||||
-rw-r--r-- | samples/arm-multilib-linux-uclibcgnueabi/reported.by | 3 |
2 files changed, 21 insertions, 0 deletions
diff --git a/samples/arm-multilib-linux-uclibcgnueabi/crosstool.config b/samples/arm-multilib-linux-uclibcgnueabi/crosstool.config new file mode 100644 index 00000000..b9fcb42e --- /dev/null +++ b/samples/arm-multilib-linux-uclibcgnueabi/crosstool.config @@ -0,0 +1,18 @@ +CT_LOCAL_TARBALLS_DIR="${HOME}/src" +CT_SAVE_TARBALLS=y +CT_LOG_EXTRA=y +CT_ARCH_FLOAT_SW=y +CT_ARCH_arm=y +CT_MULTILIB=y +CT_TARGET_VENDOR="multilib" +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_LIBC_uClibc=y +CT_THREADS_NONE=y +CT_CC_GCC_MULTILIB_LIST="aprofile" +CT_DEBUG_dmalloc=y +CT_DEBUG_ltrace=y +CT_DEBUG_strace=y diff --git a/samples/arm-multilib-linux-uclibcgnueabi/reported.by b/samples/arm-multilib-linux-uclibcgnueabi/reported.by new file mode 100644 index 00000000..b876cab2 --- /dev/null +++ b/samples/arm-multilib-linux-uclibcgnueabi/reported.by @@ -0,0 +1,3 @@ +reporter_name="Alexey Neyman" +reporter_url="" +reporter_comment="Multilib configuration for ARM/uClibc-ng." |