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

From-SVN: r15125
This commit is contained in:
Joel Sherrill 1997-09-05 23:15:09 +00:00 committed by Doug Evans
parent 50bb736a7c
commit 3fbc0b7094
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,7 @@
Fri Sep 5 16:11:28 1997 Joel Sherrill (joel@OARcorp.com)
* configure.in (*-*-rtems*): Do not build libgloss for rtems.
Fri Sep 5 12:27:17 1997 Jeffrey A Law (law@cygnus.com) Fri Sep 5 12:27:17 1997 Jeffrey A Law (law@cygnus.com)
* config.sub: Handle v850-elf. * config.sub: Handle v850-elf.

View File

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