From 8ada83e8837ffea55ad6bc67b4efae547a1dbe3b Mon Sep 17 00:00:00 2001 From: Michael Ow Date: Fri, 6 Jul 2012 18:14:53 +0000 Subject: [PATCH] ICU-9377 Add -AA option to hp-ux compiler flags when building with aCC X-SVN-Rev: 32025 --- icu4c/source/config/mh-hpux-acc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/icu4c/source/config/mh-hpux-acc b/icu4c/source/config/mh-hpux-acc index 35db53d47c0..acd294cf0c8 100644 --- a/icu4c/source/config/mh-hpux-acc +++ b/icu4c/source/config/mh-hpux-acc @@ -1,6 +1,6 @@ ## -*-makefile-*- ## HP/UX-specific setup using aCC -## Copyright (c) 1999-2011, International Business Machines Corporation and +## Copyright (c) 1999-2012, International Business Machines Corporation and ## others. All Rights Reserved. ## Commands to generate dependency files @@ -25,7 +25,7 @@ THREADSCPPFLAGS = -D_REENTRANT -D_THREAD_SAFE # preprocessing tokens. This comes from INT64_C in # 4232 conversion to a more strictly aligned type may cause misaligned access. CFLAGS += -Ae +Olit=all -CXXFLAGS += -Wc,-ansi_for_scope,on +W740 +W749 +W823 +W4232 +CXXFLAGS += -AA -Wc,-ansi_for_scope,on +W740 +W749 +W823 +W4232 ifeq ($(UCLN_NO_AUTO_CLEANUP),0) # set up init point. -- 2.50.1