* configure.in: Add -lkernel32 to WIN32LIBADD on cygwin32.
[deliverable/binutils-gdb.git] / ld / emulparams / m68kelf.sh
1 SCRIPT_NAME=elf
2 OUTPUT_FORMAT="elf32-m68k"
3 TEXT_START_ADDR=0x80000100
4 MAXPAGESIZE=0x2000
5 NONPAGED_TEXT_START_ADDR=${TEXT_START_ADDR}
6 ARCH=m68k
7 TEMPLATE_NAME=elf32
8 DYNAMIC_LINK=false
9 # We can't do dynamic linking yet, but the elf code requires that
10 # the script exist...
11 GENERATE_SHLIB_SCRIPT=yes
This page took 0.030681 seconds and 4 git commands to generate.