* config.guess: Recognize Apollos (using environment variables).

* configure.in: Don't configure ld, binutils, or gprof for Apollo.
This commit is contained in:
Jim Kingdon 1993-11-16 20:43:36 +00:00
parent 6e03b2b87e
commit becf2d8abc

View 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"
;;