mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-21 01:12:32 +08:00
11 lines
155 B
Bash
Executable File
11 lines
155 B
Bash
Executable File
MACHINE=
|
|
SCRIPT_NAME=elf
|
|
OUTPUT_FORMAT="elf32-openrisc"
|
|
TEXT_START_ADDR=0x10000
|
|
ARCH=openrisc
|
|
MAXPAGESIZE=0x1000
|
|
ENTRY=_start
|
|
EMBEDDED=yes
|
|
NOP=0x15000000
|
|
|