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 | f87105427fedc234150bbe416e7b236f98e76171 (patch) | |
tree | 9f3951c03aad69638074f499eb37d0d7fdf5b764 /config.sub | |
parent | d96504df586383ba343b64d9b0e5e6431bc00441 (diff) | |
download | emacs-f87105427fedc234150bbe416e7b236f98e76171.tar.gz |
Move comment to proper place.
Diffstat (limited to 'config.sub')
-rwxr-xr-x | config.sub | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config.sub b/config.sub index ce3bb7cf0cc..e01524a496f 100755 --- a/config.sub +++ b/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 |