Use target_terminal_ours_for_output in cp-support.c
[deliverable/binutils-gdb.git] / ld / emulparams / vsta.sh
1 SCRIPT_NAME=aout
2 OUTPUT_FORMAT="a.out-i386"
3 TEXT_START_ADDR=0x1020
4 TARGET_PAGE_SIZE=0x1000
5 SEGMENT_SIZE=0x400000
6 case ${LD_FLAG} in
7 n|N) TEXT_START_ADDR=0 ;;
8 esac
9 ARCH=i386
10
This page took 0.030436 seconds and 4 git commands to generate.