summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/libsi18n/Makefile14
1 files changed, 9 insertions, 5 deletions
diff --git a/lib/libsi18n/Makefile b/lib/libsi18n/Makefile
index 408ad20b..184ea578 100644
--- a/lib/libsi18n/Makefile
+++ b/lib/libsi18n/Makefile
@@ -74,12 +74,16 @@ else
endif
ifeq ($(USE_64), 1)
-ifeq ($(ARCH), HPUX)
- MYLDFLAG = +DA2.0W
-endif
-ifeq ($(ARCH), SOLARIS)
+ ifeq ($(ARCH), HPUX)
+ ifeq ($(NSOS_RELEASE),B.11.23)
+ MYLDFLAG += +DD64
+ else
+ MYLDFLAG = +DA2.0W
+ endif
+ endif
+ ifeq ($(ARCH), SOLARIS)
MYLDFLAG = -xarch=v9
-endif
+ endif
endif
ifeq ($(BUILD_MODULE), DIRECTORY)