This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

SH Linux: remove big endian multilib


On SH Linux glibc isn't multilibbed, so it make no sense at all to try
to build big endian multilibs.  There's no way that it's possible to
build them because there's no big endian libc.so or ld-linux.so or
crt1.o to link against.

Andrew.


2001-07-25  Andrew Haley  <aph@cambridge.redhat.com>

        * config/sh/t-linux: remove big endian multilib

Index: t-linux
===================================================================
RCS file: /cvs/cvsfiles/devo/gcc/config/sh/t-linux,v
retrieving revision 1.4
diff -u -r1.4 t-linux
--- t-linux     2001/06/04 18:09:42     1.4
+++ t-linux     2001/07/25 13:57:09
@@ -3,7 +3,7 @@
   _movstr_i4 _mulsi3 _sdivsi3 _sdivsi3_i4 _udivsi3 _udivsi3_i4 _set_fpscr \
   _ic_invalidate
 
-MULTILIB_OPTIONS= mb m3e/m4
+MULTILIB_OPTIONS= m3e/m4
 MULTILIB_DIRNAMES= 
 MULTILIB_MATCHES = 
 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]