* configure.in (*-*-rtems*): Do not build libgloss for rtems.

This commit is contained in:
David Edelsohn 1997-09-05 23:12:47 +00:00
parent b079f65965
commit 107e527659
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,6 @@
Fri Sep 5 16:11:28 1997 Joel Sherrill (joel@OARcorp.com)
* configure.in (*-*-rtems*): Do not build libgloss for rtems.
Wed Sep 3 12:15:24 1997 Chris Provenzano <proven@cygnus.com>

View File

@ -420,6 +420,9 @@ case "${target}" in
*-*-netware)
noconfigdirs="$noconfigdirs target-libg++ target-libstdc++ target-librx target-newlib target-libiberty target-libgloss"
;;
*-*-rtems*)
noconfigdirs="$noconfigdirs target-libgloss"
;;
*-*-vxworks*)
noconfigdirs="$noconfigdirs target-newlib target-libgloss"
;;
@ -464,8 +467,7 @@ case "${target}" in
noconfigdirs="$noconfigdirs target-libg++ target-libstdc++ target-libio target-librx target-libgloss"
;;
hppa*-*-*elf* | \
hppa*-*-lites* | \
hppa*-*-rtems* )
hppa*-*-lites*)
# Do configure ld/binutils/gas for this case.
;;
hppa*-*-*)