Home
last modified time | relevance | path

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

/external/llvm/projects/sample/autoconf/m4/
Dbuild_exeext.m413 AC_CHECK_PROG(BUILD_CC, ${ac_build_prefix}gcc, ${ac_build_prefix}gcc)
14 if test -z "$BUILD_CC"; then
15 AC_CHECK_PROG(BUILD_CC, gcc, gcc)
16 if test -z "$BUILD_CC"; then
17 AC_CHECK_PROG(BUILD_CC, cc, cc, , , /usr/ucb/cc)
20 test -z "$BUILD_CC" && AC_MSG_ERROR([no acceptable cc found in \$PATH])
21 …ac_build_link='${BUILD_CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&AS_…
/external/llvm/autoconf/m4/
Dbuild_exeext.m413 AC_CHECK_PROG(BUILD_CC, ${ac_build_prefix}gcc, ${ac_build_prefix}gcc)
14 if test -z "$BUILD_CC"; then
15 AC_CHECK_PROG(BUILD_CC, gcc, gcc)
16 if test -z "$BUILD_CC"; then
17 AC_CHECK_PROG(BUILD_CC, cc, cc, , , /usr/ucb/cc)
20 test -z "$BUILD_CC" && AC_MSG_ERROR([no acceptable cc found in \$PATH])
21 …ac_build_link='${BUILD_CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&AS_…
/external/e2fsprogs/util/
DMakefile.in18 $(Q) $(BUILD_CC) -c $(BUILD_CFLAGS) $< -o $@
26 $(Q) $(BUILD_CC) $(BUILD_LDFLAGS) -o subst subst.o
30 $(Q) $(BUILD_CC) $(BUILD_LDFLAGS) -o copy_sparse copy_sparse.o
/external/e2fsprogs/config/
Dparse-types.sh109 ${BUILD_CC-${CC-gcc}} -o asm_types asm_types.c
/external/e2fsprogs/
DMCONFIG.in50 BUILD_CC = @BUILD_CC@
Dconfigure.in727 BUILD_CC="$CC"
728 AC_SUBST(BUILD_CC) subst
730 AC_CHECK_PROGS(BUILD_CC, gcc cc)
791 BUILD_CC="$BUILD_CC" CPP="$CPP" /bin/sh $ac_aux_dir/parse-types.sh
Dconfigure10019 BUILD_CC="$CC"
10031 if test -n "$BUILD_CC"; then
10032 ac_cv_prog_BUILD_CC="$BUILD_CC" # Let the user override the test.
10051 BUILD_CC=$ac_cv_prog_BUILD_CC
10052 if test -n "$BUILD_CC"; then
10053 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BUILD_CC" >&5
10054 $as_echo "$BUILD_CC" >&6; }
10061 test -n "$BUILD_CC" && break
10535 BUILD_CC="$BUILD_CC" CPP="$CPP" /bin/sh $ac_aux_dir/parse-types.sh
/external/llvm/projects/sample/
DMakefile.llvm.config.in96 BUILD_CC=@BUILD_CC@
Dconfigure4618 if test -n "$BUILD_CC"; then
4619 ac_cv_prog_BUILD_CC="$BUILD_CC" # Let the user override the test.
4638 BUILD_CC=$ac_cv_prog_BUILD_CC
4639 if test -n "$BUILD_CC"; then
4640 { echo "$as_me:$LINENO: result: $BUILD_CC" >&5
4641 echo "${ECHO_T}$BUILD_CC" >&6; }
4648 if test -z "$BUILD_CC"; then
4656 if test -n "$BUILD_CC"; then
4657 ac_cv_prog_BUILD_CC="$BUILD_CC" # Let the user override the test.
4676 BUILD_CC=$ac_cv_prog_BUILD_CC
[all …]
DMakefile.llvm.rules646 $(BUILD_CC) $(CPP.Flags) $(C.Flags) $(CFLAGS) $(CPPFLAGS) \
/external/llvm/
DMakefile.config.in130 BUILD_CC=@BUILD_CC@
Dconfigure4704 if test -n "$BUILD_CC"; then
4705 ac_cv_prog_BUILD_CC="$BUILD_CC" # Let the user override the test.
4724 BUILD_CC=$ac_cv_prog_BUILD_CC
4725 if test -n "$BUILD_CC"; then
4726 { echo "$as_me:$LINENO: result: $BUILD_CC" >&5
4727 echo "${ECHO_T}$BUILD_CC" >&6; }
4734 if test -z "$BUILD_CC"; then
4742 if test -n "$BUILD_CC"; then
4743 ac_cv_prog_BUILD_CC="$BUILD_CC" # Let the user override the test.
4762 BUILD_CC=$ac_cv_prog_BUILD_CC
[all …]
/external/e2fsprogs/e2fsck/
DMakefile.in131 $(Q) $(BUILD_CC) $(BUILD_CFLAGS) -o gen_crc32table \
/external/e2fsprogs/debian/
Dchangelog2587 (BUILD_CC): Discover a native compiler if we are cross-compling