mirror of
https://review.haiku-os.org/buildtools
synced 2025-02-12 08:47:41 +01:00
385576a748
git-svn-id: file:///srv/svn/repos/haiku/buildtools/trunk@29024 a95241bf-73f2-0310-859d-f6bbb57e9c96
17 lines
362 B
Bash
Executable File
17 lines
362 B
Bash
Executable File
MACHINE=
|
|
SCRIPT_NAME=iq2000
|
|
TEMPLATE_NAME=generic
|
|
EXTRA_EM_FILE=genelf
|
|
OUTPUT_FORMAT="elf32-iq2000"
|
|
DATA_ADDR=0x1000
|
|
TEXT_START_ADDR=0x80000000
|
|
ARCH=iq2000
|
|
MAXPAGESIZE=256
|
|
ENTRY=_start
|
|
EMBEDDED=yes
|
|
CTOR_START='__ctors = .;'
|
|
CTOR_END='__ctors_end = .;'
|
|
DTOR_START='__dtors = .;'
|
|
DTOR_END='__dtors_end = .;'
|
|
OTHER_RELOCATING_SECTIONS='PROVIDE (__stack = 0x1800);'
|