* config.guess: Recognize Apollos (using environment variables).
* configure.in: Don't configure ld, binutils, or gprof for Apollo.
This commit is contained in:
parent
6e03b2b87e
commit
becf2d8abc
@ -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"
|
||||
;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user