diff options
author | Alexey Neyman <stilor@att.net> | 2017-09-02 10:08:47 -0700 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2017-09-03 12:12:14 -0700 |
commit | 602304b23077b8cd58b99a836e8d9ffbedecd52c (patch) | |
tree | ab4683e03ce5cb5e0eeffb8137327170e637ecdd /samples/sh-multilib-linux-uclibc | |
parent | 1e4eeb5c3b0f9156ed679c4aed50ba5f97c3939b (diff) | |
download | crosstool-ng-602304b23077b8cd58b99a836e8d9ffbedecd52c.tar.gz crosstool-ng-602304b23077b8cd58b99a836e8d9ffbedecd52c.tar.bz2 crosstool-ng-602304b23077b8cd58b99a836e8d9ffbedecd52c.zip |
Use the new SuperH fixes in the two multilib samples
- Glibc configure args and tuple need adjustment on SuperH
- Only allow "both endian" and "with CPU" for unspecified arch
variant. May reconsider endianness (was breaking things before
adjusting glibc tuple)
- Retire non-multilib sample, it should be a subset of the
multilib one now.
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'samples/sh-multilib-linux-uclibc')
-rw-r--r-- | samples/sh-multilib-linux-uclibc/crosstool.config | 11 | ||||
-rw-r--r-- | samples/sh-multilib-linux-uclibc/reported.by | 3 |
2 files changed, 14 insertions, 0 deletions
diff --git a/samples/sh-multilib-linux-uclibc/crosstool.config b/samples/sh-multilib-linux-uclibc/crosstool.config new file mode 100644 index 00000000..66caf04f --- /dev/null +++ b/samples/sh-multilib-linux-uclibc/crosstool.config @@ -0,0 +1,11 @@ +CT_ARCH_SH=y +CT_ARCH_CPU="sh4" +CT_ARCH_LE_BE=y +CT_TARGET_VENDOR="multilib" +CT_KERNEL_LINUX=y +CT_BINUTILS_PLUGINS=y +CT_LIBC_UCLIBC=y +CT_CC_GCC_MULTILIB_LIST="sh3,sh4,sh4a,sh4a-nofpu" +CT_CC_LANG_CXX=y +CT_DEBUG_GDB=y +# CT_GDB_CROSS_PYTHON is not set diff --git a/samples/sh-multilib-linux-uclibc/reported.by b/samples/sh-multilib-linux-uclibc/reported.by new file mode 100644 index 00000000..2d3a6295 --- /dev/null +++ b/samples/sh-multilib-linux-uclibc/reported.by @@ -0,0 +1,3 @@ +reporter_name="Alexey Neyman" +reporter_url="" +reporter_comment="Multilib configuration for SuperH/uClibc." |