ICU-1050 Make const data be read-only, sharable on AIX, HP.

X-SVN-Rev: 5246
This commit is contained in:
Andy Heninger 2001-07-16 23:34:12 +00:00
parent 1f063c715d
commit 5ed909951b
2 changed files with 5 additions and 5 deletions

View File

@ -3,15 +3,15 @@
## Copyright (c) 1999-2000, International Business Machines Corporation and
## others. All Rights Reserved.
##
## $Id: mh-aix,v 1.19 2001/04/25 01:29:13 rviswanadha Exp $
## $Id: mh-aix,v 1.20 2001/07/16 23:34:12 aheninger Exp $
## Commands to generate dependency files
GEN_DEPS.c= $(CC) -E -M $(DEFS) $(CPPFLAGS)
GEN_DEPS.cc= $(CXX) -E -M $(DEFS) $(CPPFLAGS)
## Commands to compile
COMPILE.c= $(CC) $(DEFS) $(CPPFLAGS) $(CFLAGS) -c
COMPILE.cc= $(CXX) $(DEFS) $(CPPFLAGS) $(CXXFLAGS) -c
COMPILE.c= $(CC) $(DEFS) $(CPPFLAGS) $(CFLAGS) -qroconst -c
COMPILE.cc= $(CXX) $(DEFS) $(CPPFLAGS) $(CXXFLAGS) -qroconst -c
## Commands to link
## We need to use the C++ linker, even when linking C programs, since

View File

@ -3,14 +3,14 @@
## Copyright (c) 1999-2000, International Business Machines Corporation and
## others. All Rights Reserved.
##
## $Id: mh-hpux-acc,v 1.21 2000/10/19 22:58:07 srl Exp $
## $Id: mh-hpux-acc,v 1.22 2001/07/16 23:34:12 aheninger Exp $
## Commands to generate dependency files
GEN_DEPS.c= :
GEN_DEPS.cc= :
## Commands to compile
COMPILE.c= $(CC) +z -Ae $(DEFS) $(CPPFLAGS) $(CFLAGS) -c
COMPILE.c= $(CC) +z -Ae $(DEFS) $(CPPFLAGS) $(CFLAGS) -c +ESlit
COMPILE.cc= $(CXX) +z $(DEFS) $(CPPFLAGS) $(CXXFLAGS) -c
## Commands to link