aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>1994-02-07 23:44:31 +0000
committerJeff Law <law@redhat.com>1994-02-07 23:44:31 +0000
commit28d8ead414b8a70dc9bf52e1f0549ebdf50542cb (patch)
tree58924fa8b192c75a39f5da5a54ff834180932fca /configure.in
parent10f2a7f6ac81c5e6af927c19773fc098bfed530e (diff)
downloadgdb-28d8ead414b8a70dc9bf52e1f0549ebdf50542cb.zip
gdb-28d8ead414b8a70dc9bf52e1f0549ebdf50542cb.tar.gz
gdb-28d8ead414b8a70dc9bf52e1f0549ebdf50542cb.tar.bz2
* 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.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in8
1 files changed, 1 insertions, 7 deletions
diff --git a/configure.in b/configure.in
index 4cba2a2..6e9c1a6 100644
--- a/configure.in
+++ b/configure.in
@@ -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*-*-*)