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
250 B
Bash
14 lines
250 B
Bash
MACHINE=
|
|
SCRIPT_NAME=elf
|
|
TEMPLATE_NAME=generic
|
|
EXTRA_EM_FILE=genelf
|
|
OUTPUT_FORMAT="elf32-fr30"
|
|
NO_REL_RELOCS=yes
|
|
TEXT_START_ADDR=0x10000
|
|
ARCH=fr30
|
|
MAXPAGESIZE=256
|
|
ENTRY=_start
|
|
EMBEDDED=yes
|
|
NOP=0x9fa09fa0
|
|
OTHER_SYMBOLS='PROVIDE (__stack = 0x200000);'
|