libtool
[Top][All Lists]
Advanced

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

SuperH port


From: NIIBE Yutaka
Subject: SuperH port
Date: Wed, 18 Jul 2001 11:41:22 +0900 (JST)

Hello, 

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).

Index: libtool.m4
===================================================================
RCS file: /cvs/libtool/libtool.m4,v
retrieving revision 1.195
diff -u -r1.195 libtool.m4
--- libtool.m4  2001/07/16 19:11:34     1.195
+++ libtool.m4  2001/07/18 02:34:53
@@ -1864,7 +1864,7 @@
 # This must be Linux ELF.
 linux*)
   case $host_cpu in
-  alpha* | hppa* | i*86 | mips | mipsel | powerpc* | sparc* | ia64* )
+  alpha* | hppa* | i*86 | mips | mipsel | powerpc* | sparc* | ia64* | 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]