projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e03b2b
)
* config.guess: Recognize Apollos (using environment variables).
author
Jim Kingdon
<jkingdon@engr.sgi.com>
Tue, 16 Nov 1993 20:43:36 +0000
(20:43 +0000)
committer
Jim 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
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index 8de67d78dff045cccca1ee2ab3095804569182ba..8bfe3311ee56f1b83c3bcdaeb8797386b6ae93d2 100644
(file)
--- 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"
;;