diff options
author | Steve Chamberlain <sac@transmeta.com> | 1993-03-04 18:10:15 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@transmeta.com> | 1993-03-04 18:10:15 +0000 |
commit | 11f818ef08f5d4f0e5cc160883fb3fee5f9fe735 (patch) | |
tree | 8ac1708005741c76018beddc779482c778f501c6 | |
parent | 166bda8cfa43644fb16b97e7ea53880ecef5fa04 (diff) | |
download | emacs-11f818ef08f5d4f0e5cc160883fb3fee5f9fe735.tar.gz |
(h8300hds): Change hds to hms.
-rwxr-xr-x | config.sub | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config.sub b/config.sub index e6681597c41..c422eb3796e 100755 --- a/config.sub +++ b/config.sub @@ -360,9 +360,9 @@ case $basic_machine in basic_machine=a29k-amd os=-ebmon ;; - h8300hds) + h8300hms) basic_machine=h8300-hitachi - os=-hds + os=-hms ;; harris) basic_machine=m88k-harris @@ -485,7 +485,7 @@ case $os in | -vms* | -sco* | -esix* | -isc* | -aix* | -sunos | -sunos[34]* | -hpux* \ | -unos* | -osf* | -luna* | -dgux* | -solaris* | -sym* \ | -amigados* | -msdos* | -newsos* | -unicos* | -aos* \ - | -nindy* | -vxworks* | -ebmon* | -hds* \ + | -nindy* | -vxworks* | -ebmon* | -hms* \ | -riscos* | -linux* | -uniplus* | -iris* | -rtu* | -xenix* ) ;; -sunos5*) |