diff options
author | Roland McGrath <roland@gnu.org> | 1996-05-21 22:55:56 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1996-05-21 22:55:56 +0000 |
commit | e01f2358f24c211fdba140a9c268d8455a841607 (patch) | |
tree | eac35b797b96829aa69c1e0f2be626211834d99c /config.sub | |
parent | 26e35a4ba0168897d45a9c38de7287b3939ec3ba (diff) | |
download | emacs-e01f2358f24c211fdba140a9c268d8455a841607.tar.gz |
Restore `hp9k2[0-9][0-9] | hp9k31[0-9])' case line apparently accidentallylibc-960524libc-960523libc-960522
removed in the last change.
Diffstat (limited to 'config.sub')
-rwxr-xr-x | config.sub | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.sub b/config.sub index 9542fb28ef2..27a3689f78c 100755 --- a/config.sub +++ b/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]) |