diff options
author | Kurt Zenker <kz@openoffice.org> | 2004-07-30 14:23:49 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2004-07-30 14:23:49 +0000 |
commit | e369a8202043288487abbb100bbc7bde02f73fa3 (patch) | |
tree | d593dc4f52160fc76d722a6ec774ff81b587ab31 /solenv/inc/unx.mk | |
parent | 936632b8ce7c97cbe3336602a98e73ed10553e5d (diff) |
INTEGRATION: CWS gcc340fixes01 (1.23.78); FILE MERGED
2004/07/14 14:07:18 hr 1.23.78.1: #i28294#: enable gcc-3.4.1
Diffstat (limited to 'solenv/inc/unx.mk')
-rw-r--r-- | solenv/inc/unx.mk | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/solenv/inc/unx.mk b/solenv/inc/unx.mk index 6283ab7d010f..39d4053c1387 100644 --- a/solenv/inc/unx.mk +++ b/solenv/inc/unx.mk @@ -2,9 +2,9 @@ # # $RCSfile: unx.mk,v $ # -# $Revision: 1.23 $ +# $Revision: 1.24 $ # -# last change: $Author: hr $ $Date: 2004-02-04 12:37:45 $ +# last change: $Author: kz $ $Date: 2004-07-30 15:23:49 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -132,6 +132,10 @@ OLE2DEF= .INCLUDE : unxlngi5.mk .ENDIF +.IF "$(COM)$(CVER)$(OS)$(CPU)$(GLIBC)" == "GCCC341LINUXI2REDHAT60" +.INCLUDE : unxlngi6.mk +.ENDIF + .IF "$(COM)$(CVER)$(OS)$(CPU)$(GLIBC)" == "GCCC300LINUXX2REDHAT60" .INCLUDE : unxlngx4.mk .ENDIF |