* config.guess: Recognize Apollos (using environment variables).
authorJim Kingdon <jkingdon@engr.sgi.com>
Tue, 16 Nov 1993 20:43:36 +0000 (20:43 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Tue, 16 Nov 1993 20:43:36 +0000 (20:43 +0000)
* configure.in: Don't configure ld, binutils, or gprof for Apollo.

configure.in

index 8de67d78dff045cccca1ee2ab3095804569182ba..8bfe3311ee56f1b83c3bcdaeb8797386b6ae93d2 100644 (file)
@@ -223,6 +223,9 @@ case "${target}" in
     # a gcc built textutils will cause the linker to hang on 'join'
     noconfigdirs="$noconfigdirs ld binutils gas gprof textutils"
     ;;
+  m68k-apollo-*)
+    noconfigdirs="$noconfigdirs ld binutils gprof"
+    ;;
   mips-*-*)
     noconfigdirs="$noconfigdirs gprof"
     ;;