Wed Dec 4 16:53:05 1996 Geoffrey Noer <noer@cygnus.com>
* configure.in: don't avoid building gdb for mn10300 any more * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS instead of single-quoting it.
This commit is contained in:
parent
021b78fb68
commit
c6571f118d
1 changed files with 1 additions and 1 deletions
|
@ -491,7 +491,7 @@ case "${target}" in
|
|||
noconfigdirs="$noconfigdirs ld gcc gdb target-libiberty target-libgloss target-newlib target-libio target-librx target-libstdc++ target-libg++"
|
||||
;;
|
||||
mn10300-*-*)
|
||||
noconfigdirs="$noconfigdirs gdb target-libgloss"
|
||||
noconfigdirs="$noconfigdirs target-libgloss"
|
||||
;;
|
||||
powerpc-*-aix*)
|
||||
# copied from rs6000-*-* entry
|
||||
|
|
Loading…
Add table
Reference in a new issue