mirror of
https://review.haiku-os.org/buildtools
synced 2025-02-07 14:34:51 +01:00
git-svn-id: file:///srv/svn/repos/haiku/buildtools/trunk@15072 a95241bf-73f2-0310-859d-f6bbb57e9c96
9 lines
233 B
C
9 lines
233 B
C
#include <machine/param.h>
|
|
#include <machine/vmparam.h>
|
|
#define HOST_PAGE_SIZE (NBPG*CLSIZE)
|
|
#define HOST_MACHINE_ARCH bfd_arch_vax
|
|
|
|
#define HOST_TEXT_START_ADDR USRTEXT
|
|
#define HOST_STACK_END_ADDR USRSTACK
|
|
#undef HOST_BIG_ENDIAN_P
|