mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:51:15 +08:00
10 lines
214 B
Bash
10 lines
214 B
Bash
|
SCRIPT_NAME=i386lynx
|
||
|
OUTPUT_FORMAT="coff-i386-lynx"
|
||
|
# This is what LynxOS /lib/init1.o wants.
|
||
|
ENTRY=_main
|
||
|
# following are dubious
|
||
|
TARGET_PAGE_SIZE=0x1000
|
||
|
TEXT_START_ADDR=0
|
||
|
NONPAGED_TEXT_START_ADDR=0x1000
|
||
|
ARCH=i386
|