From 06b0e8ff90cfa425dd6739241ad9c9342c3b9236 Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Fri, 11 Feb 2005 14:27:02 +0000 Subject: [PATCH] INTEGRATION: CWS fpic1 (1.2.450); FILE MERGED 2005/02/01 14:40:39 cmc 1.2.450.1: #i41014# centralize -fpic/-fPIC into one variable --- solenv/inc/unxbsda.mk | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/solenv/inc/unxbsda.mk b/solenv/inc/unxbsda.mk index 390775c28034..e036bf0b0d06 100644 --- a/solenv/inc/unxbsda.mk +++ b/solenv/inc/unxbsda.mk @@ -2,9 +2,9 @@ # # $RCSfile: unxbsda.mk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: hr $ $Date: 2003-03-27 11:48:15 $ +# last change: $Author: hr $ $Date: 2005-02-11 15:27:02 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -73,12 +73,13 @@ CDEFS+= -DNO_AUDIO -DPRINTER_DUMMY CFLAGS+= $(INCLUDE) CFLAGSCC= -fsigned-char CFLAGSCXX= -fsigned-char +PICSWITCH:=-fPIC CFLAGSOBJGUIST= CFLAGSOBJCUIST= CFLAGSOBJGUIMT= CFLAGSOBJCUIMT= -CFLAGSSLOGUIMT= -fPIC -CFLAGSSLOCUIMT= -fPIC +CFLAGSSLOGUIMT=$(PICSWITCH) +CFLAGSSLOCUIMT=$(PICSWITCH) CFLAGSPROF= CFLAGSDEBUG= -g CFLAGSDBGUTIL=