From b6e7cfc21a184afe70926ba9fa1bb45e39571d3f Mon Sep 17 00:00:00 2001 From: George Rhoten Date: Mon, 29 Jul 2002 23:33:12 +0000 Subject: [PATCH] ICU-1900 Add an extra flag for optimization X-SVN-Rev: 9414 --- icu4c/source/config/mh-hpux-acc | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/icu4c/source/config/mh-hpux-acc b/icu4c/source/config/mh-hpux-acc index dc92fcaa042..7bb4e48295e 100644 --- a/icu4c/source/config/mh-hpux-acc +++ b/icu4c/source/config/mh-hpux-acc @@ -3,7 +3,7 @@ ## Copyright (c) 1999-2002, International Business Machines Corporation and ## others. All Rights Reserved. ## -## $Id: mh-hpux-acc,v 1.29 2002/05/13 23:50:13 grhoten-oss Exp $ +## $Id: mh-hpux-acc,v 1.30 2002/07/29 23:33:12 grhoten-oss Exp $ ## Commands to generate dependency files GEN_DEPS.c= : @@ -14,10 +14,12 @@ SHAREDLIBCFLAGS = +z SHAREDLIBCXXFLAGS = +z # Use Extended ANSI mode, which is useful for 64-bit numbers -CFLAGS += -Ae +# +Olibcalls uses intrinsic functions for strlen and others +CFLAGS += +Olibcalls -Ae +ESlit +CXXFLAGS += +Olibcalls ## Commands to compile -COMPILE.c= $(CC) $(DEFS) $(CPPFLAGS) $(CFLAGS) -c +ESlit +COMPILE.c= $(CC) $(DEFS) $(CPPFLAGS) $(CFLAGS) -c COMPILE.cc= $(CXX) $(DEFS) $(CPPFLAGS) $(CXXFLAGS) -c ## Common 'default' path to ensure the sanity of users. Search the current