Remove obsolete setting of $CC_FOR_BUILD

This commit is contained in:
Eelco Dolstra 2013-11-25 11:26:51 +00:00
parent b225ccb654
commit cac06ed0a4
1 changed files with 0 additions and 10 deletions

View File

@ -59,16 +59,6 @@ CXXFLAGS=${CXXFLAGS:--g -O3 -Wall}
AC_PROG_CC
AC_PROG_CXX
# To build programs to be run in the build machine.
if test "$CC_FOR_BUILD" = ""; then
if test "$cross_compiling" = "yes"; then
AC_CHECK_PROGS(CC_FOR_BUILD, gcc cc)
else
CC_FOR_BUILD="$CC"
fi
fi
AC_SUBST([CC_FOR_BUILD])
# Use 64-bit file system calls so that we can support files > 2 GiB.
AC_SYS_LARGEFILE