aboutsummaryrefslogtreecommitdiffstats
path: root/tools/configure
diff options
context:
space:
mode:
authorRoger Pau Monne <roger.pau@citrix.com>2012-05-14 16:22:39 +0100
committerRoger Pau Monne <roger.pau@citrix.com>2012-05-14 16:22:39 +0100
commit9a3fe991fdd744485f0a59743f421c785986963b (patch)
treeba829753f2f120e4a3a19357f0c5ba9423adaf27 /tools/configure
parentbc934837c2ac48e4b5ca05b6e397f7f9f780ff82 (diff)
downloadxen-9a3fe991fdd744485f0a59743f421c785986963b.tar.gz
xen-9a3fe991fdd744485f0a59743f421c785986963b.tar.bz2
xen-9a3fe991fdd744485f0a59743f421c785986963b.zip
autoconf: check for dev86 and iasl on x86* only
Check for this tools on x86 systems only. Signed-off-by: Roger Pau Monne <roger.pau@citrix.com> Acked-by: Ian Jackson <ian.jackson@eu.citrix.com> Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>
Diffstat (limited to 'tools/configure')
-rwxr-xr-xtools/configure5
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/configure b/tools/configure
index be7feb68bd..4a37fe60f9 100755
--- a/tools/configure
+++ b/tools/configure
@@ -2622,10 +2622,15 @@ LDFLAGS="$PREPEND_LDFLAGS $LDFLAGS $APPEND_LDFLAGS"
+case "$host_cpu" in
+i[3456]86|x86_64)
+ ;;
+esac
+
# Checks for programs.
ac_ext=c
ac_cpp='$CPP $CPPFLAGS'