]> sourceware.org Git - automake.git/commitdiff
Restore `hp9k2[0-9][0-9] | hp9k31[0-9])' case line apparently accidentally
authorRoland McGrath <roland@gnu.org>
Tue, 21 May 1996 22:55:56 +0000 (22:55 +0000)
committerRoland McGrath <roland@gnu.org>
Tue, 21 May 1996 22:55:56 +0000 (22:55 +0000)
removed in the last change.

config.sub
lib/config.sub

index 9542fb28ef2bc611825784db0c5b36ecb72eb79f..27a3689f78ca96571a8a686f15146f8640a4c30e 100644 (file)
@@ -307,6 +307,7 @@ case $basic_machine in
                basic_machine=m68k-hp
                os=-hpux
                ;;
+       hp9k2[0-9][0-9] | hp9k31[0-9])
                basic_machine=m68000-hp
                ;;
        hp9k3[2-9][0-9])
index 9542fb28ef2bc611825784db0c5b36ecb72eb79f..27a3689f78ca96571a8a686f15146f8640a4c30e 100644 (file)
@@ -307,6 +307,7 @@ case $basic_machine in
                basic_machine=m68k-hp
                os=-hpux
                ;;
+       hp9k2[0-9][0-9] | hp9k31[0-9])
                basic_machine=m68000-hp
                ;;
        hp9k3[2-9][0-9])
This page took 0.027308 seconds and 5 git commands to generate.