public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* configure.in patch for powerpc64-linux
@ 2002-07-26  0:14 Alan Modra
       [not found] ` <20020730055956.GH26054@bubble.sa.bigpond.net.au>
  0 siblings, 1 reply; 2+ messages in thread
From: Alan Modra @ 2002-07-26  0:14 UTC (permalink / raw)
  To: gcc-patches

OK mainline?

	* configure.in: Move generic linux case to end.  Copy generic
	linux noconfigdirs to mips*-*-linux* entry and new
	powerpc64*-*-linux* entry.  Add target-libffi for the latter.

-- 
Alan Modra
IBM OzLabs - Linux Technology Centre

Index: configure.in
===================================================================
RCS file: /cvs/gcc/gcc/configure.in,v
retrieving revision 1.173
diff -u -p -r1.173 configure.in
--- configure.in	11 Jul 2002 19:54:04 -0000	1.173
+++ configure.in	26 Jul 2002 05:52:30 -0000
@@ -454,9 +454,6 @@ case "${target}" in
     # if the --with-newlib option has been given, because otherwise
     # 'target-newlib' will appear in skipdirs.
     ;;
-  *-*-linux*)
-    noconfigdirs="$noconfigdirs target-newlib target-libgloss"
-    ;;
   i[3456]86-*-mingw32*)
     target_configdirs="$target_configdirs target-mingw"
     noconfigdirs="$noconfigdirs expect target-libgloss ${libgcj}"
@@ -544,6 +541,11 @@ case "${target}" in
   powerpc-*-eabi)
     noconfigdirs="$noconfigdirs ${libgcj}"
     ;;
+  powerpc64*-*-linux*)
+    noconfigdirs="$noconfigdirs target-newlib target-libgloss"
+    # not yet ported.
+    noconfigdirs="$noconfigdirs target-libffi"
+    ;;
   rs6000-*-lynxos*)
     noconfigdirs="$noconfigdirs target-newlib gprof ${libgcj}"
     ;;
@@ -578,6 +580,7 @@ case "${target}" in
     noconfigdirs="$noconfigdirs gprof ${libgcj}"   # same as generic mips
    ;;
   mips*-*-linux*)
+    noconfigdirs="$noconfigdirs target-newlib target-libgloss"
     noconfigdirs="$noconfigdirs target-libffi"
     ;;
   mips*-*-*)
@@ -637,6 +640,9 @@ case "${target}" in
     ;;
   ip2k-*-*)
     noconfigdirs="$noconfigdirs target-libiberty ${libstdcxx_version} ${libgcj}"
+    ;;
+  *-*-linux*)
+    noconfigdirs="$noconfigdirs target-newlib target-libgloss"
     ;;
   *-*-lynxos*)
     noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: configure.in patch for powerpc64-linux
       [not found] ` <20020730055956.GH26054@bubble.sa.bigpond.net.au>
@ 2002-07-30 10:20   ` DJ Delorie
  0 siblings, 0 replies; 2+ messages in thread
From: DJ Delorie @ 2002-07-30 10:20 UTC (permalink / raw)
  To: amodra; +Cc: aoliva, gcc-patches


> Ping!  http://gcc.gnu.org/ml/gcc-patches/2002-07/msg01549.html

Ok.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-07-30 16:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-07-26  0:14 configure.in patch for powerpc64-linux Alan Modra
     [not found] ` <20020730055956.GH26054@bubble.sa.bigpond.net.au>
2002-07-30 10:20   ` DJ Delorie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).