This is the mail archive of the gcc-patches@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]

New toplev config: sh-linux


The default *-*-linux* doesn't have appropriate noconfigdirs for SH.
libgcj definitely won't work, and we don't want newlib or libgloss.

OK?

Andrew.

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

        * configure.in (sh*-*-linux*): New.

Index: configure.in
===================================================================
RCS file: /cvs/gcc/gcc/configure.in,v
retrieving revision 1.107
diff -p -2 -c -r1.107 configure.in
*** configure.in        2001/07/12 17:49:04     1.107
--- configure.in        2001/07/25 15:42:48
*************** case "${target}" in
*** 627,630 ****
--- 627,635 ----
      # newlib is not 64 bit ready
      noconfigdirs="$noconfigdirs target-newlib target-libgloss"
+   sh-*-linux*)
+     noconfigdirs="$noconfigdirs ${libgcj} target-newlib target-libgloss"
+     # linux has rx in libc
+     skipdirs="$skipdirs target-librx"
+     ;;    
      # linux has rx in libc
      skipdirs="$skipdirs target-librx"


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