summaryrefslogtreecommitdiff
path: root/solenv/inc/unxlngppc.mk
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2006-08-22 12:18:24 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2006-08-22 12:18:24 +0000
commit5e75c343945fef407915abbc4541dac362122874 (patch)
tree776c624fcfd95fee0035b95c5be2d1317e9b097c /solenv/inc/unxlngppc.mk
parent309e78d0d337e71093089b8168a34319f4ed5f76 (diff)
INTEGRATION: CWS configure19 (1.25.50); FILE MERGED
2006/08/03 16:47:45 rene 1.25.50.1: make -enable-symbols build on ppc do something
Diffstat (limited to 'solenv/inc/unxlngppc.mk')
-rw-r--r--solenv/inc/unxlngppc.mk10
1 files changed, 8 insertions, 2 deletions
diff --git a/solenv/inc/unxlngppc.mk b/solenv/inc/unxlngppc.mk
index 21d86d33e978..4c9396d4af79 100644
--- a/solenv/inc/unxlngppc.mk
+++ b/solenv/inc/unxlngppc.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: unxlngppc.mk,v $
#
-# $Revision: 1.25 $
+# $Revision: 1.26 $
#
-# last change: $Author: kz $ $Date: 2006-07-05 22:03:00 $
+# last change: $Author: ihi $ $Date: 2006-08-22 13:18:24 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -72,6 +72,12 @@ CXX*=g++
# name of C Compiler
CC*=gcc
+.IF "$(ENABLE_SYMBOLS)" == "SMALL"
+CFLAGSENABLESYMBOLS=-g1
+.ELSE
+CFLAGSENABLESYMBOLS=-g
+.ENDIF
+
# source code is still not signed versus unsigned char clean
CFLAGS=-fsigned-char -nostdinc -c
CFLAGSCC=-fsigned-char $(ARCH_FLAGS)