OSDN Git Service

Use AC_PATH_TOOL instead of AC_PATH_PROG for llvm-config.
authorMichał Górny <mgorny@gentoo.org>
Sat, 28 Dec 2013 14:22:09 +0000 (15:22 +0100)
committerTom Stellard <thomas.stellard@amd.com>
Mon, 13 Jan 2014 22:37:55 +0000 (14:37 -0800)
commit5ea23763349346f642d8efdf27e1ea05e9b9e2a8
treec65862c031323bb0cd2d222d8f2163ceb21a200c
parent6a19bb56e09e841553ad1295f74fa21bfbbe752a
Use AC_PATH_TOOL instead of AC_PATH_PROG for llvm-config.

This should help with cross-compiling and multilib when $CHOST-specific
llvm-config is expected rather than build host default one.

It will help us a bit in Gentoo where we've started using
i686-pc-linux-gnu-llvm-config for 32-bit multilib LLVM.

Reviewed-by: Tom Stellard <thomas.stellard@amd.com>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=73100

CC: "10.0" <mesa-stable@lists.freedesktop.org>
configure.ac