Commit 3fbc0b70 by Joel Sherrill Committed by Doug Evans

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

From-SVN: r15125
parent 50bb736a
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.
......
...@@ -399,6 +399,9 @@ case "${target}" in ...@@ -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 ...@@ -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*-*-*)
......
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