* configure.in: Add -lkernel32 to WIN32LIBADD on cygwin32.
[deliverable/binutils-gdb.git] / ld / emulparams / sparclynx.sh
1 SCRIPT_NAME=sparclynx
2 OUTPUT_FORMAT="coff-sparc-lynx"
3 # This is what LynxOS /lib/init1.o wants.
4 ENTRY=__main
5 # following are dubious
6 TARGET_PAGE_SIZE=0x1000
7 TEXT_START_ADDR=0
8 NONPAGED_TEXT_START_ADDR=0x1000
9 ARCH=sparc
This page took 0.029124 seconds and 4 git commands to generate.