b7badd8b806920f4b46b0bf710f313378f0b7fa4
[deliverable/binutils-gdb.git] / ld / emulparams / hp3hpux.sh
1 SCRIPT_NAME=aout
2 OUTPUT_FORMAT="a.out-hp300hpux"
3 TEXT_START_ADDR=0
4 TARGET_PAGE_SIZE=4096
5 ARCH=m68k
6 STACKZERO="___stack_zero = 0x2000; __DYNAMIC = 0;"
7 # This is needed for HPUX 9.0; it is unnecessary but harmless for 8.0.
8 SHLIB_PATH="___dld_shlib_path = 0;"
This page took 0.033409 seconds and 3 git commands to generate.