* scripttempl/epiphany_4x4.sc, emulparams/elf32epiphany_4x4.sh: Add.
[deliverable/binutils-gdb.git] / ld / emulparams / i386bsd.sh
1 SCRIPT_NAME=aout
2 OUTPUT_FORMAT="a.out-i386-bsd"
3 TARGET_PAGE_SIZE=0x1000
4 TEXT_START_ADDR=0
5 case ${LD_FLAG} in
6 n|N) TEXT_START_ADDR=0x1000 ;;
7 esac
8 ARCH=i386
This page took 0.029698 seconds and 4 git commands to generate.