diff options
Diffstat (limited to 'c++')
-rw-r--r-- | c++/config/irix6.x | 4 |
1 files changed, 3 insertions, 1 deletions
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= |