diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2008-03-06 13:11:19 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2008-03-06 13:11:19 +0000 |
commit | 1fde5ee900bcf4332c80e298d3a9e46b6a799496 (patch) | |
tree | 9d92997450917b817c870eb589d6cfce449795b2 /ACE/include/makeinclude/platform_openvms.GNU | |
parent | 67b7b2aa9719b47eda3cc1e05c139c873b5bd37e (diff) | |
download | ATCD-1fde5ee900bcf4332c80e298d3a9e46b6a799496.tar.gz |
Thu Mar 6 13:10:18 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ACE/include/makeinclude/platform_openvms.GNU')
-rw-r--r-- | ACE/include/makeinclude/platform_openvms.GNU | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/ACE/include/makeinclude/platform_openvms.GNU b/ACE/include/makeinclude/platform_openvms.GNU index d78ff3b27bd..5b13df3bd21 100644 --- a/ACE/include/makeinclude/platform_openvms.GNU +++ b/ACE/include/makeinclude/platform_openvms.GNU @@ -13,8 +13,9 @@ ssl ?= 0 rwho ?= 0 buildbits ?= 32 -VDIR = obj/ -VSHDIR = shobj/ +VDIR ?= obj/ +VSHDIR ?= shobj/ +PRELINK_TYPE ?= USE_OLB LN_S = cp -p DEFFLAGS += @@ -38,7 +39,7 @@ ifeq ($(HOSTTYPE),ia64) endif endif else - LDFLAGS += -Wl/PRELINK=USE_OLB + LDFLAGS += -Wl/PRELINK=$(PRELINK_TYPE)/MAP/CROSS endif ifeq ($(debug),1) |