projects
/
platform
/
upstream
/
automake.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d5ed4f1
)
*** empty log message ***
author
Richard Stallman
<rms@gnu.org>
Tue, 19 May 1992 20:08:22 +0000
(20:08 +0000)
committer
Richard Stallman
<rms@gnu.org>
Tue, 19 May 1992 20:08:22 +0000
(20:08 +0000)
config.sub
patch
|
blob
|
history
lib/config.sub
patch
|
blob
|
history
diff --git
a/config.sub
b/config.sub
index
e5f8db5
..
a509554
100644
(file)
--- a/
config.sub
+++ b/
config.sub
@@
-170,7
+170,13
@@
case $basic_machine in
;;
iris | iris4d)
basic_machine=mips-sgi
- os=-irix
+ case $os in
+ -irix*)
+ ;;
+ *)
+ os=-irix4
+ ;;
+ esac
;;
news | news700 | news800 | news900)
basic_machine=m68k-sony
diff --git
a/lib/config.sub
b/lib/config.sub
index
e5f8db5
..
a509554
100644
(file)
--- a/
lib/config.sub
+++ b/
lib/config.sub
@@
-170,7
+170,13
@@
case $basic_machine in
;;
iris | iris4d)
basic_machine=mips-sgi
- os=-irix
+ case $os in
+ -irix*)
+ ;;
+ *)
+ os=-irix4
+ ;;
+ esac
;;
news | news700 | news800 | news900)
basic_machine=m68k-sony