From d957f910b601eec541f0b7883548e2352adac3ce Mon Sep 17 00:00:00 2001 From: George Rhoten Date: Wed, 29 May 2002 16:47:28 +0000 Subject: [PATCH] ICU-1868 Don't use DEFS and CPPFLAGS for linking X-SVN-Rev: 8719 --- icu4c/source/config/mh-os400 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/icu4c/source/config/mh-os400 b/icu4c/source/config/mh-os400 index 045a1fd5e4e..1e955a50a77 100644 --- a/icu4c/source/config/mh-os400 +++ b/icu4c/source/config/mh-os400 @@ -3,7 +3,7 @@ ## Copyright (c) 1999-2001, International Business Machines Corporation and ## others. All Rights Reserved. ## -## $Id: mh-os400,v 1.17 2002/01/25 06:28:45 yves-oss Exp $ +## $Id: mh-os400,v 1.18 2002/05/29 16:47:28 grhoten-oss Exp $ GEN_DEPS.c= $(CC1) -E -M $(DEFS) $(CPPFLAGS) GEN_DEPS.cc= $(CXX1) -E -M $(DEFS) $(CPPFLAGS) @@ -15,8 +15,8 @@ COMPILE.cc= $(CXX) $(DEFS) -DOS400 -D_MULTI_THREADED $(CPPFLAGS) $(CXXFLAGS) -c ## Commands to link ## We need to use the C++ linker, even when linking C programs, since ## our libraries contain C++ code (C++ static init not called) -LINK.c= $(CXX) $(DEFS) $(CPPFLAGS) $(CXXFLAGS) $(LDFLAGS) -qOPTION='*DUPPROC *DUPVAR' -LINK.cc= $(CXX) $(DEFS) $(CPPFLAGS) $(CXXFLAGS) $(LDFLAGS) -qOPTION='*DUPPROC *DUPVAR' +LINK.c= $(CXX) $(CXXFLAGS) $(LDFLAGS) -qOPTION='*DUPPROC *DUPVAR' +LINK.cc= $(CXX) $(CXXFLAGS) $(LDFLAGS) -qOPTION='*DUPPROC *DUPVAR' ## Commands to make a shared library SHLIB.c= ld -v -qOPTION='*DUPPROC *DUPVAR'