summaryrefslogtreecommitdiff
path: root/bridges/source/cpp_uno/gcc3_linux_intel
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2006-07-20 15:14:23 +0000
committerKurt Zenker <kz@openoffice.org>2006-07-20 15:14:23 +0000
commit40d6328c118a4667e9372f2403fbc4d6f5f2c83c (patch)
treef6b5bc6ddd529fac4e09f31e3fb67513ac6c3bca /bridges/source/cpp_uno/gcc3_linux_intel
parent738ddd11ef1ecd301246054e80a01c4baadb7a21 (diff)
INTEGRATION: CWS sb55 (1.7.56); FILE MERGED
2006/07/12 14:56:50 sb 1.7.56.1: #i50625# Workaround so that builds can use non-standard -fomit-frame-pointer (geki).
Diffstat (limited to 'bridges/source/cpp_uno/gcc3_linux_intel')
-rw-r--r--bridges/source/cpp_uno/gcc3_linux_intel/makefile.mk8
1 files changed, 6 insertions, 2 deletions
diff --git a/bridges/source/cpp_uno/gcc3_linux_intel/makefile.mk b/bridges/source/cpp_uno/gcc3_linux_intel/makefile.mk
index 048fa255be60..4e6565b2b202 100644
--- a/bridges/source/cpp_uno/gcc3_linux_intel/makefile.mk
+++ b/bridges/source/cpp_uno/gcc3_linux_intel/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.7 $
+# $Revision: 1.8 $
#
-# last change: $Author: rt $ $Date: 2005-09-07 22:21:49 $
+# last change: $Author: kz $ $Date: 2006-07-20 16:14:23 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -55,6 +55,10 @@ NO_BSYMBOLIC=TRUE
CFLAGS += -DLEAK_STATIC_DATA
.ENDIF
+# In case someone enabled the non-standard -fomit-frame-pointer which does not
+# work with the .cxx sources in this directory:
+CFLAGSCXX += -fno-omit-frame-pointer
+
CFLAGSNOOPT=-O0
SLOFILES= \