libtool
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

SuperH port of GNU/Linux


From: NIIBE Yutaka
Subject: SuperH port of GNU/Linux
Date: Fri, 27 Jul 2001 18:03:10 +0900 (JST)

NIIBE Yutaka wrote:
 > We have GNU/Linux on SuperH (Hitachi's processor) now.  Please include
 > following patch.  It affects building GCC for SuperH (sh3, sh4, sh3eb,
 > sh4eb).
 > 
 > Patch is against current CVS.
 > 
 > 2001-07-18  NIIBE Yutaka  <address@hidden>
 > 
 >      * libtool.m4 (lt_cv_deplibs_check_method): Added sh* (SuperH).

While this patch has not been incorporated, S390* and m68k has been
added (which conflicts my patch).  Here's the update of mine.

We really need this to support GCC on our platform.

2001-07-27  NIIBE Yutaka  <address@hidden>

        * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all
        for sh*-*-linux* (SuperH) too.

Index: libtool.m4
===================================================================
RCS file: /cvs/libtool/libtool.m4,v
retrieving revision 1.200
diff -u -p -r1.200 libtool.m4
--- libtool.m4  2001/07/23 21:22:03     1.200
+++ libtool.m4  2001/07/27 08:58:46
@@ -1884,7 +1884,7 @@ irix5* | irix6*)
 # This must be Linux ELF.
 linux*)
   case $host_cpu in
-  alpha* | hppa* | i*86 | ia64* | m68* | mips | mipsel | powerpc* | sparc* | 
s390* )
+  alpha* | hppa* | i*86 | ia64* | m68* | mips | mipsel | powerpc* | sparc* | 
s390* | sh*)
     lt_cv_deplibs_check_method=pass_all ;;
   *)
     # glibc up to 2.1.1 does not perform some relocations on ARM
-- 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]