summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2010-03-03 13:14:00 +0100
committerIvo Hinkelmann <ihi@openoffice.org>2010-03-03 13:14:00 +0100
commitde1780e93d24a37e01746f478ca6249e13456955 (patch)
tree57023f4543729c286175170174aeb67fabe05f8e
parent1b27fb81ee7e062a8d8ea17542a455d938baf885 (diff)
parentb738e27623f45a5e1d04d4df0d35e8ebfc7b70a4 (diff)
CWS-TOOLING: integrate CWS sb119
-rw-r--r--moz/makefile.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/moz/makefile.mk b/moz/makefile.mk
index c1649d2f8b85..96ea794e8532 100644
--- a/moz/makefile.mk
+++ b/moz/makefile.mk
@@ -163,7 +163,7 @@ MOZILLA_CONFIGURE_FLAGS+= --enable-default-toolkit=$(DEFAULT_MOZILLA_TOOLKIT)
# create a objdir build = build files in a seperate directory, not in the sourcetree directly
CONFIGURE_DIR=$(CPU)_objdir
BUILD_DIR=$(CONFIGURE_DIR)
-MOZ_CROSSCOMPILE=CROSS_COMPILE=1 CC="gcc -arch $(MOZ_ARCH)" CXX="g++ -arch $(MOZ_ARCH)" AR=ar
+MOZ_CROSSCOMPILE=CROSS_COMPILE=1 CC="$(CC) -arch $(MOZ_ARCH)" CXX="$(CXX) -arch $(MOZ_ARCH)" AR=ar
CONFIGURE_ACTION=$(null,$(MOZ_ARCH) $(NULL) $(MOZ_CROSSCOMPILE)) ../configure $(MOZILLA_CONFIGURE_FLAGS)