* configure.in (hppa*-*-osf*): Treat this just like most other
authorJeff Law <law@redhat.com>
Mon, 7 Feb 1994 23:44:31 +0000 (23:44 +0000)
committerJeff Law <law@redhat.com>
Mon, 7 Feb 1994 23:44:31 +0000 (23:44 +0000)
        PA configurations (eg no binutils or ld).
        (hppa*-*-*elf*): These configurations have binutils and ld.

configure.in

index 4cba2a2..6e9c1a6 100644 (file)
@@ -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*-*-*)