diff options
author | Rüdiger Timm <rt@openoffice.org> | 2007-07-24 08:14:04 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2007-07-24 08:14:04 +0000 |
commit | 9301a1aae4b22a3f92b4b9c74aff6df136044374 (patch) | |
tree | a15e7d4e782500e50477728f279e29e9b84f4e04 | |
parent | 6a2cfbcf859714d31673df9e037c65fb78e5df8f (diff) |
INTEGRATION: CWS unxlngppc4pic (1.27.56); FILE MERGED
2007/07/18 09:16:38 rene 1.27.56.1: #i79646, i79647# build with -fPIC
-rw-r--r-- | solenv/inc/unxlngppc4.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/solenv/inc/unxlngppc4.mk b/solenv/inc/unxlngppc4.mk index 5ad3b6c934c8..0c31628dcad6 100644 --- a/solenv/inc/unxlngppc4.mk +++ b/solenv/inc/unxlngppc4.mk @@ -4,9 +4,9 @@ # # $RCSfile: unxlngppc4.mk,v $ # -# $Revision: 1.27 $ +# $Revision: 1.28 $ # -# last change: $Author: kz $ $Date: 2007-06-18 16:33:51 $ +# last change: $Author: rt $ $Date: 2007-07-24 09:14:04 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -82,7 +82,7 @@ CFLAGSEXCEPTIONS=-fexceptions -fno-enforce-eh-specs CFLAGS_NO_EXCEPTIONS=-fno-exceptions CFLAGSCXX= -fsigned-char -pipe -frtti $(ARCH_FLAGS) - +PICSWITCH:=-fPIC # Compiler flags for compiling static object in multi threaded environment with graphical user interface CFLAGSOBJGUIMT=$(PICSWITCH) |