diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2005-02-11 14:27:14 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2005-02-11 14:27:14 +0000 |
commit | c69cd0062553d68ad07465e3ea360ad7dd4be914 (patch) | |
tree | 35047fe99068d02312c2186aa5232197deacd85a /solenv/inc/unxbsdi.mk | |
parent | 06b0e8ff90cfa425dd6739241ad9c9342c3b9236 (diff) |
INTEGRATION: CWS fpic1 (1.8.158); FILE MERGED
2005/02/01 14:40:40 cmc 1.8.158.1: #i41014# centralize -fpic/-fPIC into one variable
Diffstat (limited to 'solenv/inc/unxbsdi.mk')
-rw-r--r-- | solenv/inc/unxbsdi.mk | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/solenv/inc/unxbsdi.mk b/solenv/inc/unxbsdi.mk index 5b2d07544b15..37b6a3766593 100644 --- a/solenv/inc/unxbsdi.mk +++ b/solenv/inc/unxbsdi.mk @@ -2,9 +2,9 @@ # # $RCSfile: unxbsdi.mk,v $ # -# $Revision: 1.8 $ +# $Revision: 1.9 $ # -# last change: $Author: rt $ $Date: 2004-09-20 08:36:39 $ +# last change: $Author: hr $ $Date: 2005-02-11 15:27:14 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -99,6 +99,7 @@ CFLAGS_NO_EXCEPTIONS=-fno-exceptions CFLAGSCXX= -pipe -mpentiumpro -frtti CFLAGSCXX+= -Wno-ctor-dtor-privacy +PICSWITCH:=-fpic # Compiler flags for compiling static object in single threaded environment with graphical user interface CFLAGSOBJGUIST= @@ -109,9 +110,9 @@ CFLAGSOBJGUIMT= # Compiler flags for compiling static object in multi threaded environment with character user interface CFLAGSOBJCUIMT= # Compiler flags for compiling shared object in multi threaded environment with graphical user interface -CFLAGSSLOGUIMT=-fpic +CFLAGSSLOGUIMT=$(PICSWITCH) # Compiler flags for compiling shared object in multi threaded environment with character user interface -CFLAGSSLOCUIMT=-fpic +CFLAGSSLOCUIMT=$(PICSWITCH) # Compiler flags for profiling CFLAGSPROF= # Compiler flags for debugging |