OSDN Git Service

Restore `hp9k2[0-9][0-9] | hp9k31[0-9])' case line apparently accidentally
authorroland <roland@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 21 May 1996 22:55:56 +0000 (22:55 +0000)
committerroland <roland@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 21 May 1996 22:55:56 +0000 (22:55 +0000)
removed in the last change.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@12068 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/config.sub

index 9542fb2..27a3689 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])