ICU-9377 Add -AA option to hp-ux compiler flags when building with aCC

X-SVN-Rev: 32025
This commit is contained in:
Michael Ow 2012-07-06 18:14:53 +00:00
parent 64e43ff458
commit 8ada83e883

View file

@ -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 <inttypes.h>
# 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.