mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-10 07:39:16 +00:00
ICU-9377 Add -AA option to hp-ux compiler flags when building with aCC
X-SVN-Rev: 32025
This commit is contained in:
parent
64e43ff458
commit
8ada83e883
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue