Commit d8437e1b by Hans-Peter Nilsson Committed by Hans-Peter Nilsson

* configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.

From-SVN: r60192
parent c91b0d23
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 ...@@ -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}"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment