mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-19 18:46:30 +00:00
12 lines
235 B
Bash
12 lines
235 B
Bash
|
SCRIPT_NAME=elf
|
||
|
OUTPUT_FORMAT="elf32-i386"
|
||
|
NO_RELA_RELOCS=yes
|
||
|
TEXT_START_ADDR=0x08048000
|
||
|
TEXT_START_SYMBOLS='_btext = .;'
|
||
|
MAXPAGESIZE="CONSTANT (MAXPAGESIZE)"
|
||
|
ARCH=i386
|
||
|
MACHINE=
|
||
|
NOP=0x9090
|
||
|
TEMPLATE_NAME=elf32
|
||
|
GENERATE_SHLIB_SCRIPT=yes
|