* [PATCH i-g-t] build: Fix assmebler/etc. tools build for 32bit x86
@ 2016-10-12 16:36 ville.syrjala
2016-10-13 12:55 ` Joonas Lahtinen
0 siblings, 1 reply; 2+ messages in thread
From: ville.syrjala @ 2016-10-12 16:36 UTC (permalink / raw)
To: intel-gfx; +Cc: Daniel Stone
From: Ville Syrjälä <ville.syrjala@linux.intel.com>
Match the i?86 pattern when looking for an x86 to catch 32bit build
systems as well.
Cc: Daniel Stone <daniels@collabora.com>
Cc: Eric Anholt <eric@anholt.net>
Fixes: bccc0ec6a3fd ("build: Disable x86-specific utilities on non-x86")
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 1f3d0dee0217..735cfd59a664 100644
--- a/configure.ac
+++ b/configure.ac
@@ -123,7 +123,7 @@ PKG_CHECK_MODULES(DRM, [libdrm])
PKG_CHECK_MODULES(PCIACCESS, [pciaccess >= 0.10])
case "$target_cpu" in
- x86*)
+ x86*|i?86)
build_x86="yes"
;;
*)
--
2.7.4
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-10-13 12:55 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-12 16:36 [PATCH i-g-t] build: Fix assmebler/etc. tools build for 32bit x86 ville.syrjala
2016-10-13 12:55 ` Joonas Lahtinen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox