[ooo-build-commit] .: Branch 'ooo-build-3-2' - patches/dev300
Chris Cheney
ccheney at kemper.freedesktop.org
Mon Feb 1 11:00:23 PST 2010
patches/dev300/ubuntu-arm-thumb.diff | 13 +++++++++++++
1 file changed, 13 insertions(+)
New commits:
commit c22ac103224c8d41276f52e9f2720ac26f19de26
Author: Chris Cheney <ccheney at ubuntu.com>
Date: Mon Feb 1 12:59:13 2010 -0600
Update ubuntu-arm-thumb for another location needing -fno-schedule-insns
* patches/dev300/ubuntu-arm-thumb.diff: Update ubuntu-arm-thumb for
another location needing -fno-schedule-insns. Thanks to Matthias Klose.
diff --git a/patches/dev300/ubuntu-arm-thumb.diff b/patches/dev300/ubuntu-arm-thumb.diff
index 6aa6445..16a12dc 100644
--- a/patches/dev300/ubuntu-arm-thumb.diff
+++ b/patches/dev300/ubuntu-arm-thumb.diff
@@ -102,3 +102,16 @@
# --- Files -------------------------------------
EXCEPTIONSFILES=\
+--- oox/source/xls/makefile.mk.orig 2010-01-10 07:36:00.000000000 +0000
++++ oox/source/xls/makefile.mk 2010-01-21 14:35:10.000000000 +0000
+@@ -42,6 +42,10 @@
+ .INCLUDE : settings.mk
+ .INCLUDE: $(PRJ)$/util$/makefile.pmk
+
++.IF "$(CPUNAME)"=="ARM"
++CFLAGS += -fno-schedule-insns
++.ENDIF
++
+ # --- Files --------------------------------------------------------
+
+ SLOFILES = \
More information about the ooo-build-commit
mailing list