projects
/
platform
/
upstream
/
binutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
570556d
)
Changed to allow hosting on an Apollo Series 400 under the BSD4.3 emulation
author
Sean Eric Fagan
<sef@cygnus>
Tue, 14 Apr 1992 21:32:34 +0000
(21:32 +0000)
committer
Sean Eric Fagan
<sef@cygnus>
Tue, 14 Apr 1992 21:32:34 +0000
(21:32 +0000)
environment.
ld/configure.in
patch
|
blob
|
history
diff --git
a/ld/configure.in
b/ld/configure.in
index
8e24810
..
014d6e6
100644
(file)
--- a/
ld/configure.in
+++ b/
ld/configure.in
@@
-47,6
+47,12
@@
m68k)
bsd) my_host=hp300bsd ;;
esac
;;
+ apollo*)
+ case "${host_os}" in
+ sysv*) my_host=apollov68 ;;
+ bsd*) my_host=apollo68;;
+ esac
+ ;;
sony) my_host=news ;;
sun) my_host=sun3 ;;
esac