Fix for bug 494107 . Fix HP-UX ia64/32 bits build. r=wtc
git-svn-id: svn://10.0.0.236/trunk@258093 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -84,8 +84,12 @@ PROCESS_MAP_FILE = grep -v ';+' $< | grep -v ';-' | \
|
||||
sed -e 's; DATA ;;' -e 's,;;,,' -e 's,;.*,,' -e 's,^,+e ,' > $@
|
||||
|
||||
DSO_LDOPTS = -b +h $(notdir $@)
|
||||
ifeq ($(USE_64), 1)
|
||||
RPATH = +b '$$ORIGIN'
|
||||
RPATH = +b '$$ORIGIN'
|
||||
ifneq ($(OS_TEST),ia64)
|
||||
# pa-risc
|
||||
ifndef USE_64
|
||||
RPATH =
|
||||
endif
|
||||
endif
|
||||
DSO_LDFLAGS =
|
||||
|
||||
|
||||
Reference in New Issue
Block a user