mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-15 04:31:49 +08:00
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>
12 lines
192 B
Bash
12 lines
192 B
Bash
MACHINE=
|
|
SCRIPT_NAME=elf
|
|
OUTPUT_FORMAT="elf32-openrisc"
|
|
NO_RELA_RELOCS=yes
|
|
TEXT_START_ADDR=0x10000
|
|
ARCH=openrisc
|
|
MAXPAGESIZE="CONSTANT (MAXPAGESIZE)"
|
|
ENTRY=_start
|
|
EMBEDDED=yes
|
|
NOP=0x15000000
|
|
|