summaryrefslogtreecommitdiff
path: root/solenv/inc/unxlngppc.mk
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2005-02-11 14:29:38 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2005-02-11 14:29:38 +0000
commitb081b65ec7a418b566a207bea0e50732b58ada69 (patch)
tree1ddac088ea1f63b1362e62dcfc360bdeacd9a58e /solenv/inc/unxlngppc.mk
parentce682fea1c02843bf111202c663ee7bf67dd4052 (diff)
INTEGRATION: CWS fpic1 (1.14.158); FILE MERGED
2005/02/01 14:40:49 cmc 1.14.158.1: #i41014# centralize -fpic/-fPIC into one variable
Diffstat (limited to 'solenv/inc/unxlngppc.mk')
-rw-r--r--solenv/inc/unxlngppc.mk18
1 files changed, 9 insertions, 9 deletions
diff --git a/solenv/inc/unxlngppc.mk b/solenv/inc/unxlngppc.mk
index 6955c99dd0cb..ca8f65f7857c 100644
--- a/solenv/inc/unxlngppc.mk
+++ b/solenv/inc/unxlngppc.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: unxlngppc.mk,v $
#
-# $Revision: 1.14 $
+# $Revision: 1.15 $
#
-# last change: $Author: rt $ $Date: 2004-09-20 08:38:10 $
+# last change: $Author: hr $ $Date: 2005-02-11 15:29:38 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -102,24 +102,24 @@ CFLAGS_NO_EXCEPTIONS=-fno-exceptions
CFLAGSCXX= -pipe -frtti
CFLAGSCXX+= -Wno-ctor-dtor-privacy
-
+PICSWITCH:=-fPIC
#Note: the build is not consistent in that it links static librtaries
# libraries into dynamic libraries in places, so use -fPIC throughout
# until fixed.
# Compiler flags for compiling static object in single threaded environment with graphical user interface
-CFLAGSOBJGUIST=-fPIC
+CFLAGSOBJGUIST=$(PICSWITCH)
# Compiler flags for compiling static object in single threaded environment with character user interface
-CFLAGSOBJCUIST=-fPIC
+CFLAGSOBJCUIST=$(PICSWITCH)
# Compiler flags for compiling static object in multi threaded environment with graphical user interface
-CFLAGSOBJGUIMT=-fPIC
+CFLAGSOBJGUIMT=$(PICSWITCH)
# Compiler flags for compiling static object in multi threaded environment with character user interface
-CFLAGSOBJCUIMT=-fPIC
+CFLAGSOBJCUIMT=$(PICSWITCH)
# 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=