9ff30f20cd
(ei386nw.c, eppcnw.c): New targets. * config/{i386,ppc}-nw.mt, emulparams/{i386,ppc}nw.sh, scripttmpl/nw.sc: New files, for i386 and powerpc netware. * configure.in: Changed netware ld_target name to be {i386,ppc}-nw instead of {i386,ppc}-elf. * configure.in (sparc*-*-netware): Removed. There is no such thing anymore.
10 lines
191 B
Bash
10 lines
191 B
Bash
SCRIPT_NAME=nw
|
|
OUTPUT_FORMAT="elf32-i386"
|
|
TEXT_START_ADDR=0x08000000
|
|
MAXPAGESIZE=0x1000
|
|
NONPAGED_TEXT_START_ADDR=0x08000000
|
|
ARCH=i386
|
|
NOP=0x9090
|
|
TEMPLATE_NAME=elf32
|
|
GENERATE_SHLIB_SCRIPT=yes
|