Add a handcrafted assym.h to allow hp700 to build. This file should
really be autogenerated, but seems it's generally not required by stuff in rump and guessing the location of the appropriate genassym.cf is difficult without a major consultation. Thanks to Havard for spotting the build failure.
This commit is contained in:
parent
7dd482c240
commit
6520945b68
|
@ -0,0 +1,8 @@
|
|||
/* $NetBSD: assym.h,v 1.1 2009/01/09 01:38:35 pooka Exp $ */
|
||||
|
||||
/* XXX: this file should be autogenerated */
|
||||
|
||||
#ifdef __hppa__
|
||||
#define U_PCB 0
|
||||
#define PCB_ONFAULT 272
|
||||
#endif
|
Loading…
Reference in New Issue