From 28d8ead414b8a70dc9bf52e1f0549ebdf50542cb Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Mon, 7 Feb 1994 23:44:31 +0000 Subject: [PATCH] * 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. --- configure.in | 8 +------- 1 file changed, 1 insertion(+), 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*-*-*) -- 2.7.4