* configure.in (hppa*-*-osf*): Treat this just like most other
PA configurations (eg no binutils or ld). (hppa*-*-*elf*): These configurations have binutils and ld.
This commit is contained in:
parent
10f2a7f6ac
commit
28d8ead414
@ -40,9 +40,6 @@ host_tools="texinfo byacc flex bison binutils ld gas gcc gdb make patch
|
||||
#
|
||||
target_libs="libm xiberty newlib libio libg++"
|
||||
|
||||
## start-sanitize-chill
|
||||
target_libs="${target_libs} chill chillrt"
|
||||
## end-sanitize-chill
|
||||
|
||||
# these tools are built using the target libs, and are intended to run only
|
||||
# in the target environment. we currently have none.
|
||||
@ -184,11 +181,8 @@ case "${target}" in
|
||||
h8300*-*-* | \
|
||||
h8500-*-*)
|
||||
noconfigdirs="$noconfigdirs libg++ libio"
|
||||
## start-sanitize-chill
|
||||
noconfigdirs="$noconfigdirs chillrt"
|
||||
## end-sanitize-chill
|
||||
;;
|
||||
hppa*-*-osf)
|
||||
hppa*-*-*elf*)
|
||||
# Do configure ld/binutils/gas for this case.
|
||||
;;
|
||||
hppa*-*-*)
|
||||
|
Loading…
Reference in New Issue
Block a user