From: Jim Kingdon Date: Tue, 16 Nov 1993 20:43:36 +0000 (+0000) Subject: * config.guess: Recognize Apollos (using environment variables). X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=becf2d8abc7b70d90007c04f489b84ed789c7a83;p=binutils-gdb.git * config.guess: Recognize Apollos (using environment variables). * configure.in: Don't configure ld, binutils, or gprof for Apollo. --- diff --git a/configure.in b/configure.in index 8de67d78dff..8bfe3311ee5 100644 --- a/configure.in +++ b/configure.in @@ -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" ;;