mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-30 05:23:49 +08:00
* configure.in (*-*-rtems*): Do not build libgloss for rtems.
This commit is contained in:
parent
b079f65965
commit
107e527659
@ -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>
|
||||
|
||||
|
@ -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*-*-*)
|
||||
|
Loading…
Reference in New Issue
Block a user