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

(-)a/configure.ac (-1 / +1 lines)
Lines 176-182 Link Here
176
AC_ARG_VAR([CC_FOR_BUILD], [C compiler for programs to be run on the build system])
176
AC_ARG_VAR([CC_FOR_BUILD], [C compiler for programs to be run on the build system])
177
AC_ARG_VAR([CFLAGS_FOR_BUILD], [C compiler flags for CC_FOR_BUILD])
177
AC_ARG_VAR([CFLAGS_FOR_BUILD], [C compiler flags for CC_FOR_BUILD])
178
AC_MSG_CHECKING([for the host compiler])
178
AC_MSG_CHECKING([for the host compiler])
179
if test "x$build" == "x$host" ; then
179
if test "x$build" = "x$host" ; then
180
  # Not cross-compiling.
180
  # Not cross-compiling.
181
  CC_FOR_BUILD=$CC
181
  CC_FOR_BUILD=$CC
182
  CFLAGS_FOR_BUILD=$CFLAGS
182
  CFLAGS_FOR_BUILD=$CFLAGS

Return to bug 723452