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 /scripts/build/arch.sh | |
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 'scripts/build/arch.sh')
-rw-r--r-- | scripts/build/arch.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/scripts/build/arch.sh b/scripts/build/arch.sh index 5a8d84c5..de3e3c91 100644 --- a/scripts/build/arch.sh +++ b/scripts/build/arch.sh @@ -22,6 +22,12 @@ CT_DoArchGlibcAdjustTuple() { :; } +# Multilib: Adjust configure arguments for GLIBC +# Usage: CT_DoArchGlibcAdjustConfigure <configure-args-array-name> <cflags> +CT_DoArchGlibcAdjustConfigure() { + :; +} + # Helper for uClibc configurators: select the architecture # Usage: CT_DoArchUClibcSelectArch <config-file> <architecture> CT_DoArchUClibcSelectArch() { |