summaryrefslogtreecommitdiff
path: root/config/arch
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2017-09-02 17:08:47 (GMT)
committerAlexey Neyman <stilor@att.net>2017-09-03 19:12:14 (GMT)
commit602304b23077b8cd58b99a836e8d9ffbedecd52c (patch)
treeab4683e03ce5cb5e0eeffb8137327170e637ecdd /config/arch
parent1e4eeb5c3b0f9156ed679c4aed50ba5f97c3939b (diff)
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 'config/arch')
-rw-r--r--config/arch/sh.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/arch/sh.in b/config/arch/sh.in
index bda660c..efced07 100644
--- a/config/arch/sh.in
+++ b/config/arch/sh.in
@@ -4,10 +4,9 @@
## select ARCH_DEFAULT_32
## select ARCH_USE_MMU
## select ARCH_SUPPORTS_EITHER_ENDIAN
-## select ARCH_DEFAULT_LE_BE
+## select ARCH_DEFAULT_LE
## select ARCH_REQUIRES_MULTILIB
## select ARCH_SUPPORTS_WITH_ENDIAN
-## select ARCH_SUPPORTS_WITH_CPU
##
## help The Super-H architecture, as defined by:
## help http://www.renesas.com/fmwk.jsp?cnt=superh_family_landing.jsp&fp=/products/mpumcu/superh_family/
@@ -23,6 +22,7 @@ config ARCH_SH_SH
bool
prompt "unspecified"
select ARCH_SUPPORTS_BOTH_ENDIAN
+ select ARCH_SUPPORTS_WITH_CPU
help
If left unspecified, GCC will determine the set of multilibs to compile automatically
based on selected endianness, FPU mode and OS.