]> gcc.gnu.org Git - gcc.git/commitdiff
Recognize hppa-next as a valid CPU-COMPANY combination.
authorRichard Stallman <rms@gnu.org>
Tue, 29 Oct 1996 02:56:12 +0000 (02:56 +0000)
committerRichard Stallman <rms@gnu.org>
Tue, 29 Oct 1996 02:56:12 +0000 (02:56 +0000)
From-SVN: r13062

gcc/config.sub

index c2e0ba455b394ff08c27f9cf7a15e33d6d142476..4b955130417a3c8983ba348f04c2d38097549725 100755 (executable)
@@ -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
This page took 0.060514 seconds and 5 git commands to generate.