New file used for rebuilding dependencies.
[deliverable/binutils-gdb.git] / ld / emulparams / i386lynx.sh
1 SCRIPT_NAME=i386coff
2 OUTPUT_FORMAT="coff-i386-lynx"
3 # This is what their /lib/init1.o seems to want.
4 ENTRY=_main
5 # following are dubious
6 PAGE_SIZE=0x1000
7 TEXT_START_ADDR=0
8 NONPAGED_TEXT_START_ADDR=0x1000
9 ARCH=i386
This page took 0.028828 seconds and 4 git commands to generate.