|
From: <sv...@va...> - 2008-05-15 17:57:11
|
Author: bart
Date: 2008-05-15 18:56:41 +0100 (Thu, 15 May 2008)
New Revision: 8097
Log:
Removed the BUILD_CC variable again.
Modified:
branches/CROSS_COMPILATION/configure.in
Modified: branches/CROSS_COMPILATION/configure.in
===================================================================
--- branches/CROSS_COMPILATION/configure.in 2008-05-15 17:48:03 UTC (rev 8096)
+++ branches/CROSS_COMPILATION/configure.in 2008-05-15 17:56:41 UTC (rev 8097)
@@ -67,13 +67,6 @@
fi
AC_ARG_VAR([AR],[Archiver command])
-# If no BUILD_CC variable was specified, look up the name of the native C
-# compiler. Otherwise do not touch the BUILD_CC variable.
-if test "x$BUILD_CC" = "x"; then
- AC_PATH_PROGS([BUILD_CC], [gcc cc xlc])
-fi
-AC_ARG_VAR([BUILD_CC],[Native compiler])
-
# Check for the compiler support
if test "${GCC}" != "yes" ; then
AC_MSG_ERROR([Valgrind relies on GCC to be compiled])
|