From f0a5dc068f70effb42efd8af3f4b9b0519883b55 Mon Sep 17 00:00:00 2001 From: George Rhoten Date: Wed, 12 May 2004 21:42:46 +0000 Subject: [PATCH] ICU-2242 Forgot to add genccode option for aCC X-SVN-Rev: 15284 --- icu4c/source/config/mh-hpux-acc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/icu4c/source/config/mh-hpux-acc b/icu4c/source/config/mh-hpux-acc index 20d735c1961..1a18281ef1b 100644 --- a/icu4c/source/config/mh-hpux-acc +++ b/icu4c/source/config/mh-hpux-acc @@ -59,6 +59,9 @@ LDLIBRARYPATH_ENVVAR = SHLIB_PATH ## Compiler switch to embed a library name LD_SONAME = -Wl,+h,$(notdir $(MIDDLE_SO_TARGET)) +## The type of assembly needed when pkgdata is used for generating shared libraries. +GENCCODE_ASSEMBLY=-a aCC + ## Shared object suffix SO= sl ## Non-shared intermediate object suffix