* configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
From-SVN: r60192
This commit is contained in:
parent
c91b0d2323
commit
d8437e1bb6
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2002-12-17 Hans-Peter Nilsson <hp@bitrange.com>
|
||||||
|
|
||||||
|
* configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
|
||||||
|
|
||||||
2002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
|
2002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
|
||||||
|
|
||||||
* configure.in, Makefile.tpl, Makefile.def: Remove tclX.
|
* configure.in, Makefile.tpl, Makefile.def: Remove tclX.
|
||||||
|
|
|
@ -531,7 +531,7 @@ case "${target}" in
|
||||||
noconfigdirs="$noconfigdirs target-libstdc++-v3"
|
noconfigdirs="$noconfigdirs target-libstdc++-v3"
|
||||||
;;
|
;;
|
||||||
mmix-*-*)
|
mmix-*-*)
|
||||||
noconfigdirs="$noconfigdirs ${libgcj}"
|
noconfigdirs="$noconfigdirs ${libgcj} gdb libgloss"
|
||||||
;;
|
;;
|
||||||
mn10200-*-*)
|
mn10200-*-*)
|
||||||
noconfigdirs="$noconfigdirs ${libgcj}"
|
noconfigdirs="$noconfigdirs ${libgcj}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue