ICU-2753 This isn't the complete fix, but it will hopefully make it a little better.

X-SVN-Rev: 11437
This commit is contained in:
George Rhoten 2003-04-02 17:47:25 +00:00
parent 3c65d18611
commit 76aea65f4b

View file

@ -3,14 +3,16 @@
## Copyright (c) 1999-2001, International Business Machines Corporation and
## others. All Rights Reserved.
##
## $Id: mh-os400,v 1.19 2002/06/04 21:00:52 grhoten-oss Exp $
## $Id: mh-os400,v 1.20 2003/04/02 17:47:25 grhoten-oss Exp $
GEN_DEPS.c= $(CC1) -E -M $(DEFS) $(CPPFLAGS)
GEN_DEPS.cc= $(CXX1) -E -M $(DEFS) $(CPPFLAGS)
DEFS+=-DOS400 -D_MULTI_THREADED
## Commands to compile
COMPILE.c= $(CC) $(DEFS) -DOS400 -D_MULTI_THREADED $(CPPFLAGS) $(CFLAGS) -c -qTERASPACE=*YES -qSTGMDL=*INHERIT
COMPILE.cc= $(CXX) $(DEFS) -DOS400 -D_MULTI_THREADED $(CPPFLAGS) $(CXXFLAGS) -c -qTERASPACE=*YES -qSTGMDL=*INHERIT
COMPILE.c= $(CC) $(DEFS) $(CPPFLAGS) $(CFLAGS) -c -qTERASPACE=*YES -qSTGMDL=*INHERIT -qPFROPT=*STRDONLY
COMPILE.cc= $(CXX) $(DEFS) $(CPPFLAGS) $(CXXFLAGS) -c -qTERASPACE=*YES -qSTGMDL=*INHERIT -qPFROPT=*STRDONLY
## Commands to link
## We need to use the C++ linker, even when linking C programs, since