mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-03 21:40:19 +08:00
* configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
From-SVN: r60192
This commit is contained in:
parent
c91b0d2323
commit
d8437e1bb6
@ -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>
|
||||
|
||||
* configure.in, Makefile.tpl, Makefile.def: Remove tclX.
|
||||
|
@ -531,7 +531,7 @@ case "${target}" in
|
||||
noconfigdirs="$noconfigdirs target-libstdc++-v3"
|
||||
;;
|
||||
mmix-*-*)
|
||||
noconfigdirs="$noconfigdirs ${libgcj}"
|
||||
noconfigdirs="$noconfigdirs ${libgcj} gdb libgloss"
|
||||
;;
|
||||
mn10200-*-*)
|
||||
noconfigdirs="$noconfigdirs ${libgcj}"
|
||||
|
Loading…
Reference in New Issue
Block a user