ICU-6784 Use +Z instead of +z to handle larger link tables.

X-SVN-Rev: 25572
This commit is contained in:
Michael Ow 2009-03-12 22:26:01 +00:00
parent e74be582d0
commit 2b339b3f24

View file

@ -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