* toplevel configure.in tweak
@ 2002-09-20 14:12 Nathanael Nerode
2002-09-20 14:24 ` DJ Delorie
0 siblings, 1 reply; 2+ messages in thread
From: Nathanael Nerode @ 2002-09-20 14:12 UTC (permalink / raw)
To: gcc-patches; +Cc: gdb-patches, binutils, dj
For some reason these targets were adding things to skipdirs rather than
noconfigdirs. The only practical difference is that the warning message
"This configuration is not supported in the following subdirectories"
would not show up. (This has been tested.)
It's (significantly) simpler for me to clean up the newlib-related code if
they use noconfigdirs the way every other target does.
So unless someone comes up with a good reason they should behave differently,
I suggest this patch.
2002-07-12 Nathanael Nerode <neroden@gcc.gnu.org>
* configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
* configure.in (sh*-*-pe*): Ditto.
* configure.in (mips*-*-pe*): Ditto.
* configure.in (*arm-wince-pe): Ditto.
Index: configure.in
===================================================================
RCS file: /cvs/gcc/gcc/configure.in,v
retrieving revision 1.178
diff -u -3 -r1.178 configure.in
--- configure.in 20 Sep 2002 21:00:07 -0000 1.178
+++ configure.in 20 Sep 2002 21:04:21 -0000
@@ -277,7 +277,7 @@
;;
*-*-netbsd*)
# Skip some stuff on all NetBSD configurations.
- skipdirs="$skipdirs target-newlib target-libiberty target-libgloss"
+ noconfigdirs="$noconfigdirs target-newlib target-libiberty target-libgloss"
# Skip some stuff that's unsupported on some NetBSD configurations.
case "${target}" in
@@ -333,7 +333,7 @@
noconfigdirs="$noconfigdirs expect dejagnu"
# the C++ libraries don't build on top of CE's C libraries
noconfigdirs="$noconfigdirs ${libstdcxx_version}"
- skipdirs="$skipdirs target-newlib"
+ noconfigdirs="$noconfigdirs target-newlib"
case "${host}" in
*-*-cygwin*) ;; # keep gdb and readline
*) noconfigdirs="$noconfigdirs gdb readline ${libstdcxx_version}"
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: toplevel configure.in tweak
2002-09-20 14:12 toplevel configure.in tweak Nathanael Nerode
@ 2002-09-20 14:24 ` DJ Delorie
0 siblings, 0 replies; 2+ messages in thread
From: DJ Delorie @ 2002-09-20 14:24 UTC (permalink / raw)
To: neroden; +Cc: gcc-patches, gdb-patches, binutils
> 2002-07-12 Nathanael Nerode <neroden@gcc.gnu.org>
>
> * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
> * configure.in (sh*-*-pe*): Ditto.
> * configure.in (mips*-*-pe*): Ditto.
> * configure.in (*arm-wince-pe): Ditto.
Ok.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2002-09-20 21:24 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-09-20 14:12 toplevel configure.in tweak Nathanael Nerode
2002-09-20 14:24 ` DJ Delorie
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox