From 602304b23077b8cd58b99a836e8d9ffbedecd52c Mon Sep 17 00:00:00 2001 From: Alexey Neyman Date: Sat, 2 Sep 2017 10:08:47 -0700 Subject: 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 --- config/arch/sh.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config/arch') diff --git a/config/arch/sh.in b/config/arch/sh.in index bda660cb..efced075 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. -- cgit v1.2.3