URL
https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk
Subversion Repositories openrisc_2011-10-31
[/] [openrisc/] [trunk/] [gnu-src/] [binutils-2.20.1/] [ld/] [emulparams/] [i386bsd.sh] - Rev 277
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