This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

support more sh targets in top level configure


here's a small patch by Paul Mundt ... it applies against mainline (but can be 
applied to 2.16 branch if that's allowed)

r10231 | lethal | 2005-05-02 09:58:00 -0400 (Mon, 02 May 2005) | 13 lines

Likewise, binutils has no idea about any of these new targets either, so we
fix that up too.. now we're able to actually build a real toolchain for
sh2a_nofpu- and other more ineptly named toolchains (and yes, there are more
inept targets than that one, really. Go look, I promise).

Index: configure.in
===================================================================
RCS file: /cvs/src/src/configure.in,v
retrieving revision 1.266
diff -u -U1 -r1.266 configure.in
--- configure.in    5 May 2005 01:36:31 -0000   1.266
+++ configure.in    6 May 2005 02:17:56 -0000
@@ -426,3 +426,3 @@
     ;;
-  sh-*-linux*)
+  sh*-*-linux*)
     noconfigdirs="$noconfigdirs ${libgcj} target-newlib target-libgloss"
@@ -714,3 +714,3 @@
     ;;
-  sh-*-* | sh64-*-*)
+  sh*-*-* | sh64*-*-*)
     case "${host}" in
-mike


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