Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [RFA] Update Darwin support in top-level configure.in
@ 2002-11-13  9:13 Klee Dienes
  2002-11-13  9:40 ` Andrew Cagney
  0 siblings, 1 reply; 3+ messages in thread
From: Klee Dienes @ 2002-11-13  9:13 UTC (permalink / raw)
  To: binutils; +Cc: gdb-patches

[-- Attachment #1: Type: text/plain, Size: 222 bytes --]

2002-11-12  Klee Dienes  <kdienes@apple.com>

         * configure.in: Generalize the Darwin config to *-*-darwin* (not
         just PowerPC).  Remove bfd, binutils, opcodes, gdb, and gprof 
from
         noconfigdirs.



[-- Attachment #2: top-configure.txt --]
[-- Type: text/plain, Size: 1061 bytes --]

--- /Volumes/Storage/Users/kdienes/source/cygnus.cygnus/src/configure.in	Wed Nov 13 02:30:07 2002
+++ configure.in	Wed Nov 13 12:03:31 2002
@@ -524,9 +524,6 @@
   powerpc-*-beos*)
     noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss ${libgcj}"
     ;;
-  powerpc-*-darwin*)
-    noconfigdirs="$noconfigdirs bfd binutils ld gas opcodes gdb tk itcl tix libgui gprof ${libgcj}"
-    ;;
   powerpc-*-eabi)
     noconfigdirs="$noconfigdirs ${libgcj}"
     ;;
@@ -629,6 +626,9 @@
   ip2k-*-*)
     noconfigdirs="$noconfigdirs target-libiberty ${libstdcxx_version} ${libgcj}"
     ;;
+  *-*-darwin*)
+    noconfigdirs="$noconfigdirs tk itcl tix itk libgui gas ld ${libgcj}"
+    ;;
   *-*-linux*)
     noconfigdirs="$noconfigdirs target-newlib target-libgloss"
     ;;
@@ -639,6 +639,10 @@
     noconfigdirs="$noconfigdirs ${libgcj}"
     ;;
 esac
+
+if test "${build}" != "${host}" ; then
+    noconfigdirs="$noconfigdirs expect"
+fi
 
 # If we aren't building newlib, then don't build libgloss, since libgloss
 # depends upon some newlib header files.

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

end of thread, other threads:[~2002-11-13 18:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-11-13  9:13 [RFA] Update Darwin support in top-level configure.in Klee Dienes
2002-11-13  9:40 ` Andrew Cagney
2002-11-13 10:27   ` DJ Delorie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox