mirror of
https://review.haiku-os.org/buildtools
synced 2025-01-31 18:44:48 +01:00
b67b6a17a6
git-svn-id: file:///srv/svn/repos/haiku/buildtools/trunk@15072 a95241bf-73f2-0310-859d-f6bbb57e9c96
13 lines
344 B
C
13 lines
344 B
C
#include <machine/param.h>
|
|
#include <machine/vmparam.h>
|
|
#undef ALIGN
|
|
|
|
#define HOST_PAGE_SIZE NBPG
|
|
/* #define HOST_SEGMENT_SIZE NBPG -- we use HOST_DATA_START_ADDR */
|
|
#define HOST_MACHINE_ARCH bfd_arch_mips
|
|
/* #define HOST_MACHINE_MACHINE */
|
|
|
|
#define HOST_TEXT_START_ADDR USRTEXT
|
|
#define HOST_STACK_END_ADDR USRSTACK
|
|
#define NO_CORE_COMMAND
|