diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-11-02 14:20:22 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-11-02 14:20:22 +0000 |
commit | 48ab8cc03adadd3a612d62f4763b3fb5a6c68e97 (patch) | |
tree | 38eeafdfd4955af244d26ccf1f4d56c045601517 /solenv/inc/unx.mk | |
parent | 9dd38290ab59fc4805d6367038c8a7c4a6aed4e1 (diff) |
INTEGRATION: CWS mipselport01 (1.34.154); FILE MERGED
2007/10/13 12:36:11 cmc 1.34.154.1: #i81489# add mips unxlngmips.mk
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 2aff96eea913..ac99ebb7dad7 100644 --- a/solenv/inc/unx.mk +++ b/solenv/inc/unx.mk @@ -4,9 +4,9 @@ # # $RCSfile: unx.mk,v $ # -# $Revision: 1.34 $ +# $Revision: 1.35 $ # -# last change: $Author: kz $ $Date: 2007-06-18 16:33:35 $ +# last change: $Author: hr $ $Date: 2007-11-02 15:20:22 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -183,6 +183,10 @@ .INCLUDE : unxmacxi.mk .ENDIF +.IF "$(COM)$(OS)$(CPU)" == "GCCLINUXM" +.INCLUDE : unxlngmips.mk +.ENDIF + # --- general *ix settings --- HC=hc HCFLAGS= |