summaryrefslogtreecommitdiff
path: root/solenv/inc/unxlngs.mk
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2005-02-11 14:30:15 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2005-02-11 14:30:15 +0000
commit5f9fc389ce390c68798210b0e28b8e27206d1797 (patch)
treee87ef59861cf4e0f727899cd79a850f9cfea4d21 /solenv/inc/unxlngs.mk
parentbb25f9c91924611c213039797bdc968917d94a06 (diff)
INTEGRATION: CWS fpic1 (1.9.158); FILE MERGED
2005/02/01 14:40:52 cmc 1.9.158.1: #i41014# centralize -fpic/-fPIC into one variable
Diffstat (limited to 'solenv/inc/unxlngs.mk')
-rw-r--r--solenv/inc/unxlngs.mk10
1 files changed, 5 insertions, 5 deletions
diff --git a/solenv/inc/unxlngs.mk b/solenv/inc/unxlngs.mk
index 23e054853a4d..eaa26b26c27a 100644
--- a/solenv/inc/unxlngs.mk
+++ b/solenv/inc/unxlngs.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: unxlngs.mk,v $
#
-# $Revision: 1.9 $
+# $Revision: 1.10 $
#
-# last change: $Author: rt $ $Date: 2004-09-20 08:38:34 $
+# last change: $Author: hr $ $Date: 2005-02-11 15:30:15 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -112,7 +112,7 @@ CFLAGSCXX+= -Wno-ctor-dtor-privacy
.IF "$(BUILD_SPECIAL)"==""
CFLAGSCXX+=-include preinclude.h
.ENDIF
-
+PICSWITCH:=-fPIC
# Compiler flags for compiling static object in single threaded environment with graphical user interface
CFLAGSOBJGUIST=
# Compiler flags for compiling static object in single threaded environment with character user interface
@@ -122,9 +122,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