projects
/
platform
/
upstream
/
orc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb09ec8
)
m4: Fix ARM compiler detection
author
Arun Raghavan
<arun.raghavan@collabora.co.uk>
Tue, 21 Dec 2010 20:03:03 +0000
(12:03 -0800)
committer
David Schleef
<ds@schleef.org>
Tue, 21 Dec 2010 20:03:35 +0000
(12:03 -0800)
The assumption that the host_cpu will be 'arm' is incorrect. It can also
be 'armel', 'armv7a' or something else along these lines.
m4/as-host-defines.m4
patch
|
blob
|
history
diff --git
a/m4/as-host-defines.m4
b/m4/as-host-defines.m4
index d43596f4ce0481ae0522b76dd34fa8235c87afd5..6a85cbc8152b25a69c7ccbc1ed887e201fe8b136 100644
(file)
--- a/
m4/as-host-defines.m4
+++ b/
m4/as-host-defines.m4
@@
-23,7
+23,7
@@
AC_DEFUN([AS_HOST_DEFINES],
HAVE_POWERPC=yes
AC_DEFINE(HAVE_POWERPC, 1, [Defined if host is powerpc])
;;
- xarm)
+ xarm
*
)
HAVE_ARM=yes
AC_DEFINE(HAVE_ARM, 1, [Defined if host is arm])
;;