Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 723314
Collapse All | Expand All

(-)a/configure.ac (-1 / +1 lines)
Lines 208-214 Link Here
208
AC_ARG_VAR([CC_FOR_BUILD], [C compiler for programs to be run on the build system])
208
AC_ARG_VAR([CC_FOR_BUILD], [C compiler for programs to be run on the build system])
209
AC_ARG_VAR([CFLAGS_FOR_BUILD], [C compiler flags for CC_FOR_BUILD])
209
AC_ARG_VAR([CFLAGS_FOR_BUILD], [C compiler flags for CC_FOR_BUILD])
210
AC_MSG_CHECKING([for the host compiler])
210
AC_MSG_CHECKING([for the host compiler])
211
if test "x$build" == "x$host" ; then
211
if test "x$build" = "x$host" ; then
212
  # Not cross-compiling.
212
  # Not cross-compiling.
213
  CC_FOR_BUILD=$CC
213
  CC_FOR_BUILD=$CC
214
  CFLAGS_FOR_BUILD=$CFLAGS
214
  CFLAGS_FOR_BUILD=$CFLAGS

Return to bug 723314