diff options
author | Michael Meissner <meissner@gcc.gnu.org> | 1992-05-26 21:14:15 +0000 |
---|---|---|
committer | Michael Meissner <meissner@gcc.gnu.org> | 1992-05-26 21:14:15 +0000 |
commit | 2e24869ea7f0280c5c898c8509406d39bb3d9532 (patch) | |
tree | 65ecba1f620ad8b3bcfcd29d6e94408a7baf3039 /gcc | |
parent | 53e9d52c516b9aa8bbe3aa49211c985c97c5a4ce (diff) | |
download | gcc-2e24869ea7f0280c5c898c8509406d39bb3d9532.zip gcc-2e24869ea7f0280c5c898c8509406d39bb3d9532.tar.gz gcc-2e24869ea7f0280c5c898c8509406d39bb3d9532.tar.bz2 |
*** empty log message ***
From-SVN: r1091
Diffstat (limited to 'gcc')
-rwxr-xr-x | gcc/config.sub | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/config.sub b/gcc/config.sub index d6d5034..49487f4 100755 --- a/gcc/config.sub +++ b/gcc/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 |