diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-02-27 08:45:38 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-02-27 08:45:38 +0000 |
commit | fd23ea841a72b12f8e68e24b247bc8d66ac05239 (patch) | |
tree | 51ac3824a9500fc6928a80b5fdc9a36888eaaa94 /solenv/inc/unx.mk | |
parent | 89db197b61582a2e8a634dc09a50bd1d0f0f459d (diff) |
INTEGRATION: CWS ia64port01_DEV300 (1.35.92); FILE MERGED
2008/01/04 18:52:35 cmc 1.35.92.1: #i84999# add ia64
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 ac99ebb7dad7..0d094bed2089 100644 --- a/solenv/inc/unx.mk +++ b/solenv/inc/unx.mk @@ -4,9 +4,9 @@ # # $RCSfile: unx.mk,v $ # -# $Revision: 1.35 $ +# $Revision: 1.36 $ # -# last change: $Author: hr $ $Date: 2007-11-02 15:20:22 $ +# last change: $Author: obo $ $Date: 2008-02-27 09:45:38 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -131,6 +131,10 @@ .INCLUDE : unxlngr.mk .ENDIF +.IF "$(COM)$(OS)$(CPU)$(GLIBC)" == "GCCLINUXA2REDHAT60" +.INCLUDE : unxlnga.mk +.ENDIF + .IF "$(COM)$(OS)$(CPU)" == "ACCHPUXR" .INCLUDE : unxhpxr.mk .ENDIF |