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]

Re: [RFA] Update Darwin support in top-level configure.in


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.
I think this should be sent to GCC. Nathanael is currently merging the two top-level directories so the place to get this committed is in GCC.

Andrew


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


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