[Cbe-oss-dev] [PATCH 07/10]MARS: Fix build to allow using default embedspu

Yuji Mano yuji.mano at am.sony.com
Fri Oct 3 04:31:37 EST 2008


This fixes the build so autoconf uses the proper AC_CHECK_TOOL rather than
AC_CHECK_TARGET_TOOL so when user does not explicity specify the PPU_EMBEDSPU
environment variable it will use the host's default embedspu.

Signed-off-by: Yuji Mano <yuji.mano at am.sony.com>

---
 src/host/configure.ac.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/src/host/configure.ac.in
+++ b/src/host/configure.ac.in
@@ -61,7 +61,7 @@ AC_MSG_RESULT([using enable-debug ${enab
 
 AC_CONFIG_AUX_DIR([.])
 
-AC_CHECK_TARGET_TOOL([EMBEDSPU], [embedspu], [embedspu-not-found])
+AC_CHECK_TOOL([EMBEDSPU], [embedspu], [embedspu-not-found])
 
 AC_PROG_LIBTOOL
 AM_INIT_AUTOMAKE






More information about the cbe-oss-dev mailing list