diff options
author | Richard M. Stallman <rms@gnu.org> | 1996-10-29 02:56:12 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1996-10-29 02:56:12 +0000 |
commit | eb7d6097a832374f708c5ba46530603f12b4c9fe (patch) | |
tree | a6bc0ee0e767c7ebf79944c098e536281760ac60 /config.sub | |
parent | da945421cccab20ee4ab280ec8e00254615ff581 (diff) | |
download | emacs-eb7d6097a832374f708c5ba46530603f12b4c9fe.tar.gz |
Recognize hppa-next as a valid CPU-COMPANY combination.
Diffstat (limited to 'config.sub')
-rwxr-xr-x | config.sub | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.sub b/config.sub index c2e0ba455b3..4b955130417 100755 --- a/config.sub +++ b/config.sub @@ -337,6 +337,9 @@ case $basic_machine in hp9k8[0-9][0-9] | hp8[0-9][0-9]) basic_machine=hppa1.0-hp ;; + hppa-next) + os=-nextstep3 + ;; i370-ibm* | ibm*) basic_machine=i370-ibm os=-mvs |