Changeset 2438 in Sophya for trunk/SophyaLib/Mgr


Ignore:
Timestamp:
Oct 1, 2003, 11:35:39 AM (22 years ago)
Author:
cmv
Message:

ajout de -pthread dans OPTFLAG pour nouveau compilo cxx de OSF1 cmv 1/10/2003

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/Mgr/Makefile.h

    r2437 r2438  
    9999ifndef OPTFLAG
    100100  OPTFLAG  := -O
     101  ifeq (${MACHEROS},OSF1)
     102    ifeq ($(CXX), cxx)
     103      override OPTFLAG := -O -pthread
     104    endif
     105  endif
    101106endif
    102107
Note: See TracChangeset for help on using the changeset viewer.