diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2005-02-11 14:30:54 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2005-02-11 14:30:54 +0000 |
commit | fa7ffbe59a0b89df93932c7e714be16c6d331f64 (patch) | |
tree | 3edfe82dbf43903e4b11ce0f14bb6afa7e84f1f4 /solenv/inc/unxlnxi.mk | |
parent | a3896e62ea560e1b3f2d607d409f1b089ab8b2a5 (diff) |
INTEGRATION: CWS fpic1 (1.6.158); FILE MERGED
2005/02/01 14:40:55 cmc 1.6.158.1: #i41014# centralize -fpic/-fPIC into one variable
Diffstat (limited to 'solenv/inc/unxlnxi.mk')
-rw-r--r-- | solenv/inc/unxlnxi.mk | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/solenv/inc/unxlnxi.mk b/solenv/inc/unxlnxi.mk index a365cca246b4..c9a57e44c804 100644 --- a/solenv/inc/unxlnxi.mk +++ b/solenv/inc/unxlnxi.mk @@ -2,9 +2,9 @@ # # $RCSfile: unxlnxi.mk,v $ # -# $Revision: 1.6 $ +# $Revision: 1.7 $ # -# last change: $Author: rt $ $Date: 2004-09-20 08:39:11 $ +# last change: $Author: hr $ $Date: 2005-02-11 15:30:54 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -89,13 +89,14 @@ CFLAGS=-c -I. -I/usr/solar/inc/pthread_provenzano -I$(INC) -I$(INCLOCAL) -I$(INC CFLAGSCC=-pipe -mpentium -fguiding-decls CFLAGSCXX=-pipe -mpentium -fguiding-decls CFLAGSCXX+= -Wno-ctor-dtor-privacy +PICSWITCH:=-fpic #STDOBJVCL=$(L)$/salmain.o CFLAGSOBJGUIST= CFLAGSOBJCUIST= CFLAGSOBJGUIMT= CFLAGSOBJCUIMT= -CFLAGSSLOGUIMT=-fpic -CFLAGSSLOCUIMT=-fpic +CFLAGSSLOGUIMT=$(PICSWITCH) +CFLAGSSLOCUIMT=$(PICSWITCH) CFLAGSPROF= CFLAGSDEBUG=-g CFLAGSDBGUTIL= |