URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [binutils-2.18.50/] [ld/] [emulparams/] [i386bsd.sh] - Rev 38
Go to most recent revision | Compare with Previous | Blame | View Log
SCRIPT_NAME=aout OUTPUT_FORMAT="a.out-i386-bsd" TARGET_PAGE_SIZE=0x1000 TEXT_START_ADDR=0 case ${LD_FLAG} in n|N) TEXT_START_ADDR=0x1000 ;; esac ARCH=i386
Go to most recent revision | Compare with Previous | Blame | View Log