Remove m68k-aout and m68k-coff support
[deliverable/binutils-gdb.git] / ld / emulparams / coff_sparc.sh
1 SCRIPT_NAME=sparccoff
2 OUTPUT_FORMAT="coff-sparc"
3 # following are dubious (borrowed from sparc lynx)
4 TARGET_PAGE_SIZE=0x1000
5 TEXT_START_ADDR=0
6 case ${LD_FLAG} in
7 n|N) TEXT_START_ADDR=0x1000 ;;
8 esac
9 ARCH=sparc
This page took 0.02896 seconds and 4 git commands to generate.