diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-02-24 18:06:41 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-02-24 18:06:41 +0000 |
commit | 0cd4f57a4916c07c4375808d99790b04a1a164de (patch) | |
tree | c6f1c98d9e5b5f33457b2a4d60631a07cd302f74 /config.sub | |
parent | 7227cb40f86a67303888441e50737f1cd1a66353 (diff) | |
download | emacs-0cd4f57a4916c07c4375808d99790b04a1a164de.tar.gz |
Don't force os=-hpux for hp9k2... and hp9k3...
Diffstat (limited to 'config.sub')
-rwxr-xr-x | config.sub | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/config.sub b/config.sub index 4b89603ccdc..ce3bb7cf0cc 100755 --- a/config.sub +++ b/config.sub @@ -257,11 +257,9 @@ case $basic_machine in ;; hp9k2[0-9][0-9] | hp9k31[0-9]) basic_machine=m68000-hp - os=-hpux ;; hp9k3[2-9][0-9]) basic_machine=m68k-hp - os=-hpux ;; hp9k7[0-9][0-9] | hp7[0-9][0-9] | hp9k8[0-9]7 | hp8[0-9]7) basic_machine=hppa1.1-hp |