* configure.in (*-*-rtems*): Do not build libgloss for rtems.
From-SVN: r15125
This commit is contained in:
parent
50bb736a7c
commit
3fbc0b7094
@ -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)
|
||||
|
||||
* config.sub: Handle v850-elf.
|
||||
|
@ -399,6 +399,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"
|
||||
;;
|
||||
@ -435,8 +438,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*-*-*)
|
||||
|
Loading…
x
Reference in New Issue
Block a user