* aout.sc-sh: Add SHLIB_PATH like STACKZERO. Make STACKZERO
dependent on RELOCATING, not RELOCATION. * hp3hpux.sh (SHLIB_PATH): Define it.
This commit is contained in:
parent
7dd31d058d
commit
31038b78a5
@ -4,7 +4,8 @@ OUTPUT_ARCH(${ARCH})
|
|||||||
|
|
||||||
${RELOCATING+${LIB_SEARCH_DIRS}}
|
${RELOCATING+${LIB_SEARCH_DIRS}}
|
||||||
${RELOCATING+__DYNAMIC = 0;}
|
${RELOCATING+__DYNAMIC = 0;}
|
||||||
${STACKZERO+${RELOCATION+${STACKZERO}}}
|
${STACKZERO+${RELOCATING+${STACKZERO}}}
|
||||||
|
${SHLIB_PATH+${RELOCATING+${SHLIB_PATH}}}
|
||||||
SECTIONS
|
SECTIONS
|
||||||
{
|
{
|
||||||
.text ${RELOCATING+${TEXT_START_ADDR}}:
|
.text ${RELOCATING+${TEXT_START_ADDR}}:
|
||||||
|
@ -5,3 +5,5 @@ TEXT_START_ADDR=0
|
|||||||
PAGE_SIZE=4096
|
PAGE_SIZE=4096
|
||||||
ARCH=m68k
|
ARCH=m68k
|
||||||
STACKZERO="___stack_zero = 0x2000;"
|
STACKZERO="___stack_zero = 0x2000;"
|
||||||
|
# This is needed for HPUX 9.0; it is unnecessary but harmless for 8.0.
|
||||||
|
SHLIB_PATH="___dld_shlib_path = 0;"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user