Automatic date update in version.in
[deliverable/binutils-gdb.git] / ld / emulparams / sun3.sh
... / ...
CommitLineData
1SCRIPT_NAME=aout
2OUTPUT_FORMAT="a.out-sunos-big"
3TEXT_START_ADDR=0x2020
4case ${LD_FLAG} in
5 n|N) TEXT_START_ADDR=0x2000 ;;
6esac
7TARGET_PAGE_SIZE=0x2000
8SEGMENT_SIZE=0x20000
9ARCH=m68k
10TEMPLATE_NAME=sunos
This page took 0.025665 seconds and 4 git commands to generate.