INTEGRATION: CWS boostup01 (1.10.20); FILE MERGED
2007/11/29 10:33:29 thb 1.10.20.2: #i82516# Avoiding duplication 2007/11/08 14:00:45 thb 1.10.20.1: #i77672# Tentatively enabling boost 1.34.1 for gcc4.x
This commit is contained in:
parent
f79c0a362e
commit
0e64038afe
1 changed files with 12 additions and 2 deletions
|
@ -4,9 +4,9 @@
|
|||
#
|
||||
# $RCSfile: makefile.mk,v $
|
||||
#
|
||||
# $Revision: 1.10 $
|
||||
# $Revision: 1.11 $
|
||||
#
|
||||
# last change: $Author: obo $ $Date: 2007-01-25 12:32:17 $
|
||||
# last change: $Author: kz $ $Date: 2007-12-12 15:00:46 $
|
||||
#
|
||||
# The Contents of this file are made available subject to
|
||||
# the terms of GNU Lesser General Public License Version 2.1.
|
||||
|
@ -59,6 +59,16 @@ all:
|
|||
TARFILE_NAME=boost-1.30.2
|
||||
PATCH_FILE_NAME=$(TARFILE_NAME).patch
|
||||
|
||||
.IF "$(COMID)"=="gcc3"
|
||||
|
||||
# enabled for gcc4.x
|
||||
.IF "$(CCNUMVER)">="000400000000"
|
||||
TARFILE_NAME=boost_1_34_1
|
||||
PATCH_FILE_NAME=$(TARFILE_NAME).patch
|
||||
.ENDIF
|
||||
|
||||
.ENDIF
|
||||
|
||||
CONFIGURE_DIR=
|
||||
CONFIGURE_ACTION=
|
||||
|
||||
|
|
Loading…
Reference in a new issue