* 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.
This commit is contained in:
parent
eea5dd9707
commit
b330724fb9
|
@ -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>
|
2004-09-01 Paolo Bonzini <bonzini@gnu.org>
|
||||||
|
|
||||||
* Makefile.tpl (sorry): Remove.
|
* Makefile.tpl (sorry): Remove.
|
||||||
|
|
|
@ -1203,8 +1203,8 @@ case "${target}" in
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
;;
|
;;
|
||||||
*-*-netware)
|
*-*-netware*)
|
||||||
noconfigdirs="$noconfigdirs target-libstdc++-v3 target-newlib target-libiberty target-libgloss ${libgcj}"
|
noconfigdirs="$noconfigdirs target-newlib target-libiberty target-libgloss ${libgcj} target-libmudflap"
|
||||||
;;
|
;;
|
||||||
*-*-rtems*)
|
*-*-rtems*)
|
||||||
noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
|
noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
|
||||||
|
@ -2636,10 +2636,7 @@ extra_nmflags_for_target=
|
||||||
extra_ranlibflags_for_target=
|
extra_ranlibflags_for_target=
|
||||||
target_makefile_frag=/dev/null
|
target_makefile_frag=/dev/null
|
||||||
case "${target}" in
|
case "${target}" in
|
||||||
i[3456789]86-*-netware*)
|
*-*-netware*)
|
||||||
target_makefile_frag="config/mt-netware"
|
|
||||||
;;
|
|
||||||
powerpc-*-netware*)
|
|
||||||
target_makefile_frag="config/mt-netware"
|
target_makefile_frag="config/mt-netware"
|
||||||
;;
|
;;
|
||||||
*-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu)
|
*-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu)
|
||||||
|
|
|
@ -419,8 +419,8 @@ case "${target}" in
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
;;
|
;;
|
||||||
*-*-netware)
|
*-*-netware*)
|
||||||
noconfigdirs="$noconfigdirs target-libstdc++-v3 target-newlib target-libiberty target-libgloss ${libgcj}"
|
noconfigdirs="$noconfigdirs target-newlib target-libiberty target-libgloss ${libgcj} target-libmudflap"
|
||||||
;;
|
;;
|
||||||
*-*-rtems*)
|
*-*-rtems*)
|
||||||
noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
|
noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
|
||||||
|
@ -1441,10 +1441,7 @@ extra_nmflags_for_target=
|
||||||
extra_ranlibflags_for_target=
|
extra_ranlibflags_for_target=
|
||||||
target_makefile_frag=/dev/null
|
target_makefile_frag=/dev/null
|
||||||
case "${target}" in
|
case "${target}" in
|
||||||
i[[3456789]]86-*-netware*)
|
*-*-netware*)
|
||||||
target_makefile_frag="config/mt-netware"
|
|
||||||
;;
|
|
||||||
powerpc-*-netware*)
|
|
||||||
target_makefile_frag="config/mt-netware"
|
target_makefile_frag="config/mt-netware"
|
||||||
;;
|
;;
|
||||||
*-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu)
|
*-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu)
|
||||||
|
|
Loading…
Reference in New Issue