From 5f9fc389ce390c68798210b0e28b8e27206d1797 Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Fri, 11 Feb 2005 14:30:15 +0000 Subject: 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 --- solenv/inc/unxlngs.mk | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'solenv/inc/unxlngs.mk') 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 -- cgit