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