mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 06:25:30 +00:00
ICU-6500 Update the config file for HP-UX/ACC to reflect the replacement of ESlit option with Olit=all
X-SVN-Rev: 24502
This commit is contained in:
parent
8215ce1d1d
commit
4caf2d8bee
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
## -*-makefile-*-
|
||||
## HP/UX-specific setup using aCC
|
||||
## Copyright (c) 1999-2007, International Business Machines Corporation and
|
||||
## Copyright (c) 1999-2008, International Business Machines Corporation and
|
||||
## others. All Rights Reserved.
|
||||
|
||||
## Commands to generate dependency files
|
||||
|
@ -24,7 +24,7 @@ THREADSCPPFLAGS = -D_REENTRANT -D_THREAD_SAFE
|
|||
# 823 Redundant preprocessing concatenation operation results in two valid
|
||||
# preprocessing tokens. This comes from INT64_C in <inttypes.h>
|
||||
# 4232 conversion to a more strictly aligned type may cause misaligned access.
|
||||
CFLAGS += -Ae +ESlit
|
||||
CFLAGS += -Ae +Olit=all
|
||||
CXXFLAGS += +W740 +W749 +W823 +W4232
|
||||
|
||||
# -Bhidden_def Hides all symbols defined in the module.
|
||||
|
|
Loading…
Add table
Reference in a new issue