diff options
author | Ken Raeburn <raeburn@cygnus> | 1993-04-29 16:48:04 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1993-04-29 16:48:04 +0000 |
commit | 99a5da15a7a27c282a70fb49e6bbbd438c056c03 (patch) | |
tree | b434e1d712bc576ee68661686aa04afc73d19353 /config.sub | |
parent | 562a18b21b5dfd968de11fbe5d522aa77e3dc2ef (diff) | |
download | binutils-gdb-99a5da15a7a27c282a70fb49e6bbbd438c056c03.tar.gz |
handle hppa osf configuration
Diffstat (limited to 'config.sub')
-rwxr-xr-x | config.sub | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config.sub b/config.sub index a5713e0ebd0..f6021bbd51f 100755 --- a/config.sub +++ b/config.sub @@ -480,6 +480,10 @@ case $basic_machine in basic_machine=m68k-hp os=-hpux ;; + hppaosf) + basic_machine=hppa1.1-hp + os=-osf + ;; ncr3000) basic_machine=i486-ncr os=-sysv4 |