diff options
author | Michael Meissner <gnu@the-meissners.org> | 1992-05-26 21:14:15 +0000 |
---|---|---|
committer | Michael Meissner <gnu@the-meissners.org> | 1992-05-26 21:14:15 +0000 |
commit | 235ddaec2a85ce201151eee151df045db348a6a3 (patch) | |
tree | 7a91b8c77676d6e57cfefbdbf1f232580c15884f | |
parent | 206815486bc7c88e9d70e3f546b2f178a7118654 (diff) | |
download | emacs-235ddaec2a85ce201151eee151df045db348a6a3.tar.gz |
*** empty log message ***
-rwxr-xr-x | config.sub | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config.sub b/config.sub index d6d50341d7b..49487f4f3d3 100755 --- a/config.sub +++ b/config.sub @@ -501,10 +501,10 @@ else # machine or put another way, the most popular os provided with the machine. case $basic_machine in *-dec | vax-*) - os=-ultrix42 + os=-ultrix4.2 ;; i386-sun) - os=-sunos402 + os=-sunos4.0.2 ;; m68000-sun) os=-sunos3 @@ -516,7 +516,7 @@ case $basic_machine in os=-sysv3 ;; sparc-* | *-sun) - os=-sunos411 + os=-sunos4.1.1 ;; *-ibm) os=-aix |