diff options
author | Doug Evans <dje@gnu.org> | 1994-03-01 15:59:45 +0000 |
---|---|---|
committer | Doug Evans <dje@gnu.org> | 1994-03-01 15:59:45 +0000 |
commit | 6825be948b122afd63c16fd6cc3a9438791be6ea (patch) | |
tree | 22b3b07075afbe1662fa5800ab1bf8248ff9ad0e /gcc | |
parent | 1f584163ee7bdd8cf21cf9c4063b18e7298d1072 (diff) | |
download | gcc-6825be948b122afd63c16fd6cc3a9438791be6ea.zip gcc-6825be948b122afd63c16fd6cc3a9438791be6ea.tar.gz gcc-6825be948b122afd63c16fd6cc3a9438791be6ea.tar.bz2 |
Move comment to proper place.
From-SVN: r6679
Diffstat (limited to 'gcc')
-rwxr-xr-x | gcc/config.sub | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config.sub b/gcc/config.sub index ce3bb7c..e01524a 100755 --- a/gcc/config.sub +++ b/gcc/config.sub @@ -129,6 +129,8 @@ case $basic_machine in | pn-* | np1-* | xps100-* | clipper-* | orion-* | sparclite-* \ | sh-* | powerpc-*) ;; + # Recognize the various machine names and aliases which stand + # for a CPU type and a company and sometimes even an OS. 3b1 | 7300 | 7300-att | att-7300 | pc7300 | safari | unixpc) basic_machine=m68000-att ;; @@ -435,8 +437,6 @@ case $basic_machine in basic_machine=a29k-nyu os=-sym1 ;; - # Recognize the various machine names and aliases which stand - # for a CPU type and a company and sometimes even an OS. vaxv) basic_machine=vax-dec os=-sysv |