Changeset 6365

Show
Ignore:
Timestamp:
03/16/07 11:02:44
Author:
robert
Message:

From Per Fahlberg, "To get the latest OSG to build under IRIX with the MIPSpro compiler I
had to add -LANG:libc_in_namespace_std=OFF to DEF in the makedefs file.
The modified file is attached."

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • OpenSceneGraph/trunk/Make/makedefs

    r6283 r6365  
    232232      INC               += -I${TOPDIR}/include -I/usr/freeware/include 
    233233      LDFLAGS           += -L/usr/local/lib 
    234       DEF               += -LANG:std -OPT:Olimit=0 \ 
     234      DEF               += -LANG:libc_in_namespace_std=OFF -LANG:std -OPT:Olimit=0 \ 
    235235                            -DEBUG:woff=1681 -DEBUG:woff=1682 -DEBUG:woff=3303 \ 
    236236                            -MDupdate $(MAKEDEPEND) 
     
    265265      DEF               += -fPIC -W -Wno-unused  
    266266      OPTF              = -O2  
    267       DBGF              = -g -gstabs+ -DOSG_COMPILE_UNIT_TESTS   
     267      DBGF              = -g -DOSG_COMPILE_UNIT_TESTS   
    268268      SHARED            = -shared 
    269269      PFLIBS            = \ 
     
    353353    DEF             += -W -Wall -fPIC -pipe 
    354354    OPTF            = -O2  
    355     DBGF            = -g -gstabs+ -DOSG_COMPILE_UNIT_TESTS  
     355    DBGF            = -g -DOSG_COMPILE_UNIT_TESTS  
    356356    SYSARCH           := $(shell arch) 
    357357    ifeq ($(SYSARCH),x86_64)