summaryrefslogtreecommitdiff
path: root/solenv/inc
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2005-07-11 14:34:01 +0000
committerKurt Zenker <kz@openoffice.org>2005-07-11 14:34:01 +0000
commit57b40c7d52b831588d04231aa567930d0806fbba (patch)
treef508ac9af727a9892513fdf7221f7a230c271847 /solenv/inc
parentfa60d665750e65de4751af3f7fd7ca7f9ceeac08 (diff)
INTEGRATION: CWS ause030 (1.10.80); FILE MERGED
2005/06/20 13:34:43 hjs 1.10.80.1: #i47954# introduce ARCH_FLAG
Diffstat (limited to 'solenv/inc')
-rw-r--r--solenv/inc/unxsogs.mk12
1 files changed, 8 insertions, 4 deletions
diff --git a/solenv/inc/unxsogs.mk b/solenv/inc/unxsogs.mk
index 9a57010944f2..c4e00303e4f0 100644
--- a/solenv/inc/unxsogs.mk
+++ b/solenv/inc/unxsogs.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: unxsogs.mk,v $
#
-# $Revision: 1.10 $
+# $Revision: 1.11 $
#
-# last change: $Author: obo $ $Date: 2005-03-15 09:58:05 $
+# last change: $Author: kz $ $Date: 2005-07-11 15:34:01 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -80,15 +80,19 @@ JAVA_RUNTIME=-ljava_g
.ENDIF
.ENDIF
+# architecture dependent flags for the C and C++ compiler that can be changed by
+# exporting the variable ARCH_FLAGS="..." in the shell, which is used to start build
+ARCH_FLAGS*=
+
CXX*=g++
CC*=gcc
CFLAGS=-c $(INCLUDE)
-CFLAGSCC= -pipe
+CFLAGSCC= -pipe $(ARCH_FLAGS)
CFLAGSEXCEPTIONS=-fexceptions
CFLAGS_NO_EXCEPTIONS=-fno-exceptions
-CFLAGSCXX= -pipe
+CFLAGSCXX= -pipe $(ARCH_FLAGS)
PICSWITCH:=-fPIC
CFLAGSOBJGUIST=
CFLAGSOBJCUIST=