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:
c367007
)
build: fix detection of AMD Kn host cpu
author
Tim-Philipp Müller
<tim@centricular.com>
Thu, 15 Oct 2015 10:15:01 +0000
(11:15 +0100)
committer
Tim-Philipp Müller
<tim@centricular.com>
Thu, 15 Oct 2015 10:15:01 +0000
(11:15 +0100)
Not that anyone noticed in all these years, so
the check is probably bogus.
m4/as-host-defines.m4
patch
|
blob
|
history
diff --git
a/m4/as-host-defines.m4
b/m4/as-host-defines.m4
index 3a930065ec21f1833c073250f5de3a444da1aa59..7223c51f1562721bf2b96d6e9bed53e3b92045a4 100644
(file)
--- a/
m4/as-host-defines.m4
+++ b/
m4/as-host-defines.m4
@@
-11,7
+11,7
@@
dnl AS_HOST_DEFINES()
AC_DEFUN([AS_HOST_DEFINES],
[
case "x${host_cpu}" in
- xi?86 | k?)
+ xi?86 |
x
k?)
HAVE_I386=yes
AC_DEFINE(HAVE_I386, 1, [Defined if host is i386])
;;