From 193b323d83b59de4042f2ecc3201e3495a549c99 Mon Sep 17 00:00:00 2001 From: George Rhoten Date: Fri, 21 May 2004 17:31:55 +0000 Subject: [PATCH] ICU-2242 Remove the -a aCC argument. Old machines can't handle it. X-SVN-Rev: 15455 --- icu4c/source/config/mh-hpux-acc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/icu4c/source/config/mh-hpux-acc b/icu4c/source/config/mh-hpux-acc index 20d14bb0447..f4c3e02c9bb 100644 --- a/icu4c/source/config/mh-hpux-acc +++ b/icu4c/source/config/mh-hpux-acc @@ -60,7 +60,8 @@ LDLIBRARYPATH_ENVVAR = SHLIB_PATH 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 +# Commented out for now because the hp1 test machine runs out of memory. +#GENCCODE_ASSEMBLY=-a aCC ## Shared object suffix SO= sl