From: Richard Stallman Date: Tue, 29 Oct 1996 02:56:12 +0000 (+0000) Subject: Recognize hppa-next as a valid CPU-COMPANY combination. X-Git-Tag: Release-1-1g~8 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4d894165522bff535e53496b947ef876c8ab1d6b;p=thirdparty%2Fautomake.git Recognize hppa-next as a valid CPU-COMPANY combination. --- diff --git a/config.sub b/config.sub index c2e0ba455..4b9551304 100644 --- 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 diff --git a/lib/config.sub b/lib/config.sub index c2e0ba455..4b9551304 100644 --- a/lib/config.sub +++ b/lib/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