594d8fa8e9
These files are source files and have no business being +x. We couldn't easily fix it in CVS (you need login+write access to the raw rcs files), but we can fix this w/git. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
14 lines
265 B
Bash
14 lines
265 B
Bash
MACHINE=
|
|
SCRIPT_NAME=iq2000
|
|
TEMPLATE_NAME=generic
|
|
EXTRA_EM_FILE=genelf
|
|
OUTPUT_FORMAT="elf32-iq2000"
|
|
DATA_ADDR=0x1000
|
|
TEXT_START_ADDR=0x80000000
|
|
ARCH=iq2000
|
|
ENTRY=_start
|
|
EMBEDDED=yes
|
|
ELFSIZE=32
|
|
MAXPAGESIZE=256
|
|
OTHER_RELOCATING_SECTIONS='PROVIDE (__stack = 0x1800);'
|