781303cee5
Add new linker options for marking programs to load into L1 memory at runtime. This needs new EF flag bits, so declare them. Signed-off-by: Jie Zhang <jie.zhang@analog.com> Signed-off-by: Mike Frysinger <vapier@gentoo.org>
12 lines
241 B
Bash
Executable file
12 lines
241 B
Bash
Executable file
SCRIPT_NAME=elf
|
|
OUTPUT_FORMAT="elf32-bfin"
|
|
TEXT_START_ADDR=0x0
|
|
MAXPAGESIZE="CONSTANT (MAXPAGESIZE)"
|
|
TARGET_PAGE_SIZE=0x1000
|
|
ARCH=bfin
|
|
MACHINE=
|
|
TEMPLATE_NAME=elf32
|
|
GENERATE_SHLIB_SCRIPT=yes
|
|
EMBEDDED=yes
|
|
USER_LABEL_PREFIX=_
|
|
EXTRA_EM_FILE=bfin
|