diff options
author | Roland McGrath <roland@gcc.gnu.org> | 1996-05-21 22:55:56 +0000 |
---|---|---|
committer | Roland McGrath <roland@gcc.gnu.org> | 1996-05-21 22:55:56 +0000 |
commit | 71032fe3c4c7b0f9c4820d46d226f1b587025035 (patch) | |
tree | 36dd861078a996e7fb8c54e217088a6fb229b83b | |
parent | 5b6a438a4160524b62bb7dcd5f5236640ed79610 (diff) | |
download | gcc-71032fe3c4c7b0f9c4820d46d226f1b587025035.zip gcc-71032fe3c4c7b0f9c4820d46d226f1b587025035.tar.gz gcc-71032fe3c4c7b0f9c4820d46d226f1b587025035.tar.bz2 |
Restore `hp9k2[0-9][0-9] | hp9k31[0-9])' case line apparently accidentally
removed in the last change.
From-SVN: r12068
-rwxr-xr-x | gcc/config.sub | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/config.sub b/gcc/config.sub index 9542fb2..27a3689 100755 --- a/gcc/config.sub +++ b/gcc/config.sub @@ -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]) |