Apply patch from Mumit Khan to fix bugs generating dll names.
[deliverable/binutils-gdb.git] / ld / emulparams / m68klynx.sh
index 254aa50aee2363cf9afbd665080582cd4d709ad7..b020febaaaa1e65077b72d9a9e4c656acb942da1 100644 (file)
@@ -1,5 +1,8 @@
-SCRIPT_NAME=m68kcoff
-OUTPUT_FORMAT="coff-m68k"
-TEXT_START_ADDR=0x1000000
-PAGE_SIZE=0x1000000
+SCRIPT_NAME=m68klynx
+OUTPUT_FORMAT="coff-m68k-lynx"
+# This is what LynxOS /lib/init1.o wants.
+ENTRY=__main
+# following are dubious
+TEXT_START_ADDR=0
+TARGET_PAGE_SIZE=0x1000
 ARCH=m68k
This page took 0.023779 seconds and 4 git commands to generate.