From 702667c9f56b01d56bab7b2bc7249855fa919030 Mon Sep 17 00:00:00 2001 From: Binh-Minh Ribler Date: Mon, 21 Jan 2002 22:49:13 -0500 Subject: [svn-r4848] Purpose: Improvement Description: Using LIBS for c++ default library resulted in the library showed up in two many places. Solution: Added new macro DEFAULT_LIBS to specify default library for the C++ API tests Platforms tested: IRIX64 (modi4) --- c++/config/irix6.x | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/c++/config/irix6.x b/c++/config/irix6.x index dfe28b5..dad44c5 100644 --- a/c++/config/irix6.x +++ b/c++/config/irix6.x @@ -20,7 +20,9 @@ if test -z "$cxx_flags_set"; then # libCio is a default library, since libtool before 1.5 doesn't fully # support C++ yet, default libraries must be explicitly specified. - LIBS="$LIBS -lCio" +# A new macro is used for this temporary and specific task so it +# won't polute the existing configuration + DEFAULT_LIBS="-lCio" DEBUG_CXXFLAGS=-g DEBUG_CPPFLAGS= -- cgit v0.12