mirror of
https://review.haiku-os.org/buildtools
synced 2025-02-07 14:34:51 +01:00
The i386-pc-haiku no longer uses the BeOS BFD target emulation, but its own. A few things are shared for both *-*-haiku machines now. The PowerPC Haiku binutils and gcc build, but I wouldn't expect them to really produce usable output yet. We'll see... git-svn-id: file:///srv/svn/repos/haiku/buildtools/trunk@15381 a95241bf-73f2-0310-859d-f6bbb57e9c96
12 lines
219 B
Bash
12 lines
219 B
Bash
SCRIPT_NAME=elf
|
|
OUTPUT_FORMAT="elf32-i386"
|
|
TEXT_START_ADDR=0x200000
|
|
NONPAGED_TEXT_START_ADDR=0x200000
|
|
MAXPAGESIZE=0x1000
|
|
ARCH=i386
|
|
MACHINE=
|
|
NOP=0x90909090
|
|
TEMPLATE_NAME=elf32
|
|
GENERATE_SHLIB_SCRIPT=yes
|
|
NO_SMALL_DATA=yes
|