diff options
author | Richard Henderson <rth@redhat.com> | 2004-09-03 19:09:39 +0000 |
---|---|---|
committer | Richard Henderson <rth@redhat.com> | 2004-09-03 19:09:39 +0000 |
commit | b330724fb95a2ce361abfaa114d00b1ebcd149e2 (patch) | |
tree | 254038c788d8eac52da581181b5809da55949326 | |
parent | eea5dd97074846b963da332c8659336762c8c20e (diff) | |
download | cygnal-b330724fb95a2ce361abfaa114d00b1ebcd149e2.tar.gz cygnal-b330724fb95a2ce361abfaa114d00b1ebcd149e2.tar.bz2 cygnal-b330724fb95a2ce361abfaa114d00b1ebcd149e2.zip |
* configure.in: Remove target-libstdc++-v3 from noconfigdirs for
*-*-netware, but add target-libmudflap.
Consolidate *-*-netware targets (of which really only i?86 exists)
into a single entry.
* configure: Likewise.
-rw-r--r-- | ChangeLog | 8 | ||||
-rwxr-xr-x | configure | 9 | ||||
-rw-r--r-- | configure.in | 9 |
3 files changed, 14 insertions, 12 deletions
@@ -1,3 +1,11 @@ +2004-09-03 Jan Beulich <jbeulich@novell.com> + + * configure.in: Remove target-libstdc++-v3 from noconfigdirs for + *-*-netware, but add target-libmudflap. + Consolidate *-*-netware targets (of which really only i?86 exists) + into a single entry. + * configure: Likewise. + 2004-09-01 Paolo Bonzini <bonzini@gnu.org> * Makefile.tpl (sorry): Remove. @@ -1203,8 +1203,8 @@ case "${target}" in ;; esac ;; - *-*-netware) - noconfigdirs="$noconfigdirs target-libstdc++-v3 target-newlib target-libiberty target-libgloss ${libgcj}" + *-*-netware*) + noconfigdirs="$noconfigdirs target-newlib target-libiberty target-libgloss ${libgcj} target-libmudflap" ;; *-*-rtems*) noconfigdirs="$noconfigdirs target-libgloss ${libgcj}" @@ -2636,10 +2636,7 @@ extra_nmflags_for_target= extra_ranlibflags_for_target= target_makefile_frag=/dev/null case "${target}" in - i[3456789]86-*-netware*) - target_makefile_frag="config/mt-netware" - ;; - powerpc-*-netware*) + *-*-netware*) target_makefile_frag="config/mt-netware" ;; *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu) diff --git a/configure.in b/configure.in index 546879ac0..3354db154 100644 --- a/configure.in +++ b/configure.in @@ -419,8 +419,8 @@ case "${target}" in ;; esac ;; - *-*-netware) - noconfigdirs="$noconfigdirs target-libstdc++-v3 target-newlib target-libiberty target-libgloss ${libgcj}" + *-*-netware*) + noconfigdirs="$noconfigdirs target-newlib target-libiberty target-libgloss ${libgcj} target-libmudflap" ;; *-*-rtems*) noconfigdirs="$noconfigdirs target-libgloss ${libgcj}" @@ -1441,10 +1441,7 @@ extra_nmflags_for_target= extra_ranlibflags_for_target= target_makefile_frag=/dev/null case "${target}" in - i[[3456789]]86-*-netware*) - target_makefile_frag="config/mt-netware" - ;; - powerpc-*-netware*) + *-*-netware*) target_makefile_frag="config/mt-netware" ;; *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu) |