mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 06:25:30 +00:00
ICU-6784 Use +Z instead of +z to handle larger link tables.
X-SVN-Rev: 25572
This commit is contained in:
parent
e74be582d0
commit
2b339b3f24
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
## -*-makefile-*-
|
||||
## HP/UX-specific setup using aCC
|
||||
## Copyright (c) 1999-2008, International Business Machines Corporation and
|
||||
## Copyright (c) 1999-2009, International Business Machines Corporation and
|
||||
## others. All Rights Reserved.
|
||||
|
||||
## Commands to generate dependency files
|
||||
|
@ -8,8 +8,8 @@ GEN_DEPS.c= :
|
|||
GEN_DEPS.cc= :
|
||||
|
||||
## Flags for position independent code
|
||||
SHAREDLIBCFLAGS = +z
|
||||
SHAREDLIBCXXFLAGS = +z
|
||||
SHAREDLIBCFLAGS = +Z
|
||||
SHAREDLIBCXXFLAGS = +Z
|
||||
|
||||
## Additional flags when building libraries with threads
|
||||
## We use this instead of -mt, which isn't available in all versions of aCC
|
||||
|
|
Loading…
Add table
Reference in a new issue