* som.h (_PA_RISC_ID): Treat HOST_HPPAOSF just like HOST_HPPABSD.

This commit is contained in:
Jeff Law 1994-03-04 04:04:48 +00:00
parent 93dc341439
commit 7b5f6e48f1
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Thu Mar 3 20:03:39 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
* som.h (_PA_RISC_ID): Treat HOST_HPPAOSF just like HOST_HPPABSD.
Wed Mar 2 13:28:06 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
* configure.host: Recognize i[34]86-sequent-*.

View File

@ -31,7 +31,7 @@
#include <ar.h>
#ifdef HOST_HPPABSD
#if defined(HOST_HPPABSD) || defined (HOST_HPPAOSF)
/* BSD uses a completely different scheme for object file identification.
so for now, define _PA_RISC_ID to accept any random value for a model
number. */