mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 23:10:40 +00:00
ICU-3221 Stop hiding the linker warning about multiple virtual function
definitions. X-SVN-Rev: 12957
This commit is contained in:
parent
36674dcdc1
commit
f96aa0a84a
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
## Copyright (c) 1999-2002, International Business Machines Corporation and
|
||||
## others. All Rights Reserved.
|
||||
##
|
||||
## $Id: mh-aix-va,v 1.28 2003/08/08 23:53:43 grhoten-oss Exp $
|
||||
## $Id: mh-aix-va,v 1.29 2003/08/27 01:00:01 grhoten-oss Exp $
|
||||
|
||||
## Commands to generate dependency files
|
||||
GEN_DEPS.c= $(CC) -E -M $(DEFS) $(CPPFLAGS)
|
||||
|
@ -15,7 +15,7 @@ GEN_DEPS.cc= $(CXX) -E -M $(DEFS) $(CPPFLAGS)
|
|||
CFLAGS += -qproto -qroconst
|
||||
CXXFLAGS += -qproto -qroconst
|
||||
|
||||
LDFLAGS += -brtl -bh:5
|
||||
LDFLAGS += -brtl
|
||||
|
||||
## We need to delete things prior to linking, or else we'll get
|
||||
## SEVERE ERROR: output file in use .. on AIX.
|
||||
|
|
Loading…
Add table
Reference in a new issue