[Libreoffice-commits] .: configure.in
Jani Monoses
janimo at kemper.freedesktop.org
Fri Feb 3 02:13:19 PST 2012
configure.in | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 40991706e4343789015432331d5be93fd7abe373
Author: Jani Monoses <jani at ubuntu.com>
Date: Fri Feb 3 12:09:02 2012 +0200
Fix configure step on various arm linux targets.
Use arm* wildcard to match armel|armv7l|arm etc.
diff --git a/configure.in b/configure.in
index ce50406..d9979e2 100644
--- a/configure.in
+++ b/configure.in
@@ -2732,7 +2732,7 @@ linux-gnu*)
CPUNAME=AXP
OUTPATH=unxlngaxp
;;
- armel)
+ arm*)
CPU=R
CPUNAME=ARM
OUTPATH=unxlngr
@@ -4872,7 +4872,7 @@ linux-gnu*)
JAVA_ARCH="alpha"
JAVA_TOOLKIT="server"
;;
- arm)
+ arm*)
JAVA_ARCH="arm"
JAVA_TOOLKIT="server"
;;
More information about the Libreoffice-commits
mailing list