* [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
* Re: [RFA] Update Darwin support in top-level configure.in
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
0 siblings, 1 reply; 3+ messages in thread
From: Andrew Cagney @ 2002-11-13 9:40 UTC (permalink / raw)
To: Klee Dienes, Nathanael Nerode; +Cc: binutils, gdb-patches
> 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.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [RFA] Update Darwin support in top-level configure.in
2002-11-13 9:40 ` Andrew Cagney
@ 2002-11-13 10:27 ` DJ Delorie
0 siblings, 0 replies; 3+ messages in thread
From: DJ Delorie @ 2002-11-13 10:27 UTC (permalink / raw)
To: ac131313; +Cc: klee, neroden, binutils, gdb-patches
> 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.
Nathanael is doing the autoconfiscation. The toplevel directories are
pretty much already merged, at least for the important bits we
maintain locally. As far as I'm concerned, any top level patch can be
approved on either side, as long as it gets applied to both sides
(either by the submitter, or if they can't, by me).
^ 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