public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* MIPS-Linux Patch for configure.in
@ 1999-11-20 11:12 Andreas Jaeger
  1999-11-20 11:17 ` Ian Lance Taylor
  0 siblings, 1 reply; 2+ messages in thread
From: Andreas Jaeger @ 1999-11-20 11:12 UTC (permalink / raw)
  To: binutils; +Cc: Maciej W. Rozycki

Let me first ask if this is the right place to submit the patch.  The
top-level configure.in file is shared between a few packages,
e.g. gcc, binutils and gdb.  Is binutils the master source?  How will
it get distributed to the other packages?

gprof shouldn't be build for MIPS since gprof is not supported - but
gprof is nevertheless build.  The problem is a catch all rule for
linux which comes before the general mips catch all rule.  I'm
appending a patch that "merges" the general linux and mips rules
making a mips-linux specific entry.  To put this patch into effect, I
had to move the linux catch all entry further down.

Andreas

1999-11-20  Andreas Jaeger  <aj@suse.de>

	* configure.in: Add entry for mips*-*-linux*, move catch all
	-*-*linux* entry below this one.

--- configure.in.~1~	Mon Oct  4 07:54:02 1999
+++ configure.in	Sat Nov 20 15:19:10 1999
@@ -639,10 +639,6 @@
     # but don't build gdb
     noconfigdirs="$noconfigdirs gdb target-libg++ target-libstdc++ target-libio target-librx"
     ;;
-  *-*-linux*)
-    # linux has rx in libc
-    skipdirs="$skipdirs target-librx"
-    ;;
   i[3456]86-*-mingw32*)
     target_configdirs="$target_configdirs target-mingw"
     noconfigdirs="$noconfigdirs expect target-libgloss"
@@ -753,6 +749,11 @@
     # emacs is emacs 18, which does not work on Irix 5 (emacs19 does work)
     noconfigdirs="$noconfigdirs ld gas gprof emacs target-libgloss"
     ;;
+  mips*-*-linux*)
+    noconfigdirs="$noconfigdirs gprof"
+    # linux has rx in libc
+    skipdirs="$skipdirs target-librx"
+    ;;
   mips*-dec-bsd*)
     noconfigdirs="$noconfigdirs gprof target-libgloss"
     ;;
@@ -811,6 +812,10 @@
     ;;
   vax-*-*)
     noconfigdirs="$noconfigdirs target-newlib target-libgloss"
+    ;;
+  *-*-linux*)
+    # linux has rx in libc
+    skipdirs="$skipdirs target-librx"
     ;;
   *-*-lynxos*)
     # Newlib makes problems for libg++ in crosses.

-- 
 Andreas Jaeger   
  SuSE Labs aj@suse.de	
   private aj@arthur.rhein-neckar.de

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

* Re: MIPS-Linux Patch for configure.in
  1999-11-20 11:12 MIPS-Linux Patch for configure.in Andreas Jaeger
@ 1999-11-20 11:17 ` Ian Lance Taylor
  0 siblings, 0 replies; 2+ messages in thread
From: Ian Lance Taylor @ 1999-11-20 11:17 UTC (permalink / raw)
  To: aj; +Cc: binutils, macro

   From: Andreas Jaeger <aj@suse.de>
   Date: 20 Nov 1999 15:21:15 +0100

   Let me first ask if this is the right place to submit the patch.  The
   top-level configure.in file is shared between a few packages,
   e.g. gcc, binutils and gdb.  Is binutils the master source?  How will
   it get distributed to the other packages?

I don't know that we have a master source for the top level
configure.in file, actually.  There has been some discussion of
merging the gcc and binutils trees on sourceware, along with a new gdb
tree.

Since this change affects the binutils, sending it here is the right
thing to do for now.

Ian

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

end of thread, other threads:[~1999-11-20 11:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-11-20 11:12 MIPS-Linux Patch for configure.in Andreas Jaeger
1999-11-20 11:17 ` Ian Lance Taylor

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