Home
last modified time | relevance | path

Searched refs:BUILD_CC (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/ncurses/ncurses/
H A DMakefile.in111 BUILD_CC = @BUILD_CC@
260 …$(BUILD_CC) -o $@ $(BUILD_CPPFLAGS) $(BUILD_CCFLAGS) $(tinfo)/make_keys.c $(BUILD_LDFLAGS) $(BUILD…
266 …$(BUILD_CC) -o $@ $(BUILD_CPPFLAGS) $(BUILD_CCFLAGS) $(tinfo)/make_hash.c $(BUILD_LDFLAGS) $(BUILD…
271 …$(BUILD_CC) -o $@ $(BUILD_CPPFLAGS) $(BUILD_CCFLAGS) $(srcdir)/report_offsets.c $(BUILD_LDFLAGS) $…
/freebsd/contrib/ncurses/
H A Dconfigure5228 BUILD_CC="$withval"
5239 if test -n "$BUILD_CC"; then
5240 ac_cv_prog_BUILD_CC="$BUILD_CC" # Let the user override the test.
5255 BUILD_CC=$ac_cv_prog_BUILD_CC
5256 if test -n "$BUILD_CC"; then
5257 echo "$as_me:5257: result: $BUILD_CC" >&5
5258 echo "${ECHO_T}$BUILD_CC" >&6
5264 test -n "$BUILD_CC" && break
5266 test -n "$BUILD_CC" || BUILD_CC="none"
5271 echo "$as_me:5271: result: $BUILD_CC" >&5
[all …]
H A Daclocal.m4767 [ --with-build-cc=XXX the build C compiler ($BUILD_CC)],
768 [BUILD_CC="$withval"],
769 [AC_CHECK_PROGS(BUILD_CC, [gcc clang c99 c89 cc cl],none)])
771 AC_MSG_RESULT($BUILD_CC)
777 [BUILD_CPP='${BUILD_CC} -E'])
808 : ${BUILD_CC:='${CC}'}
810 AC_MSG_CHECKING(if the build-compiler "$BUILD_CC" works)
817 …ac_link='$BUILD_CC -o "conftest$ac_exeext" $BUILD_CFLAGS $cf_build_cppflags $BUILD_LDFLAGS "confte…
841 : ${BUILD_CC:='${CC}'}
851 AC_SUBST(BUILD_CC)
H A DINSTALL883 $BUILD_CC variable is set, and otherwise defaults to gcc or cc.
894 This option is provided by the same macro used for $BUILD_CC, etc.,
2491 is set the BUILD_CC environment variable to your host's compiler, and
H A DNEWS8263 + modify CF_BUILD_CC to ensure that pre-setting $BUILD_CC overrides
9692 + allow BUILD_CC and related configure script variables to be
12471 + correct default value for BUILD_CC (reported by Larry Virden).
12484 BUILD_CC variable for cross compiling (patch by Uchiyama Yasushi