Import config.guess and config.sub.
[deliverable/binutils-gdb.git] / ld / emulparams / m68klynx.sh
1 SCRIPT_NAME=m68klynx
2 OUTPUT_FORMAT="coff-m68k-lynx"
3 # This is what LynxOS /lib/init1.o wants.
4 ENTRY=__main
5 # following are dubious
6 TEXT_START_ADDR=0
7 TARGET_PAGE_SIZE=0x1000
8 ARCH=m68k
This page took 0.059972 seconds and 4 git commands to generate.