From: Richard M. Stallman Date: Tue, 29 Oct 1996 02:56:12 +0000 (+0000) Subject: Recognize hppa-next as a valid CPU-COMPANY combination. X-Git-Tag: emacs-20.1~3463 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=eb7d6097a832374f708c5ba46530603f12b4c9fe;p=emacs.git Recognize hppa-next as a valid CPU-COMPANY combination. --- 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