]> code.delx.au - gnu-emacs/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

index 9542fb28ef2bc611825784db0c5b36ecb72eb79f..27a3689f78ca96571a8a686f15146f8640a4c30e 100755 (executable)
@@ -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])