You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

11 lines
212 B

SCRIPT_NAME=pdp11
OUTPUT_FORMAT="a.out-pdp11"
TEXT_START_ADDR=0
TARGET_PAGE_SIZE=8192
EXTRA_EM_FILE=pdp11
ARCH=pdp11
case "$LD_FLAG" in
*textonly) DATA_SEG_ADDR=0 ;;
*) DATA_SEG_ADDR=$DATA_ALIGNMENT ;;
esac