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: fsf-origin~99 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2efed577aaf821c6fa47c235127440405245e93d;p=thirdparty%2Fautoconf.git Recognize hppa-next as a valid CPU-COMPANY combination. --- diff --git a/config.sub b/config.sub index c2e0ba45..4b955130 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