Searched refs:BUILD_CC (Results 1 – 13 of 13) sorted by relevance
/external/swiftshader/third_party/LLVM/autoconf/m4/ |
D | build_exeext.m4 | 13 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/ |
D | Makefile.in | 18 $(Q) $(BUILD_CC) -c $(BUILD_CFLAGS) $< -o $@ 34 $(Q) $(BUILD_CC) $(BUILD_LDFLAGS) -o subst subst.o 38 $(Q) $(BUILD_CC) $(BUILD_LDFLAGS) -o copy_sparse copy_sparse.o 42 $(Q) $(BUILD_CC) $(BUILD_LDFLAGS) -o symlinks symlinks.o
|
/external/e2fsprogs/config/ |
D | parse-types.sh | 116 ${BUILD_CC-${CC-gcc}} -o asm_types asm_types.c
|
/external/libcap/libcap/ |
D | Makefile | 38 $(BUILD_CC) $(BUILD_CFLAGS) $< -o $@
|
/external/libcap/ |
D | Make.Rules | 53 BUILD_CC := $(CC)
|
/external/e2fsprogs/ |
D | MCONFIG.in | 88 BUILD_CC = @BUILD_CC@
|
D | configure.ac | 915 BUILD_CC="$CC" 916 AC_SUBST(BUILD_CC) subst 918 AC_CHECK_PROGS(BUILD_CC, gcc cc) 1054 BUILD_CC="$BUILD_CC" CPP="$CPP" /bin/sh $ac_aux_dir/parse-types.sh 1056 CROSS_COMPILE="1" BUILD_CC="$BUILD_CC" CPP="$CPP" /bin/sh $ac_aux_dir/parse-types.sh
|
D | configure | 12404 BUILD_CC="$CC" 12416 if test -n "$BUILD_CC"; then 12417 ac_cv_prog_BUILD_CC="$BUILD_CC" # Let the user override the test. 12436 BUILD_CC=$ac_cv_prog_BUILD_CC 12437 if test -n "$BUILD_CC"; then 12438 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BUILD_CC" >&5 12439 $as_echo "$BUILD_CC" >&6; } 12446 test -n "$BUILD_CC" && break 13002 BUILD_CC="$BUILD_CC" CPP="$CPP" /bin/sh $ac_aux_dir/parse-types.sh 13004 CROSS_COMPILE="1" BUILD_CC="$BUILD_CC" CPP="$CPP" /bin/sh $ac_aux_dir/parse-types.sh
|
/external/swiftshader/third_party/LLVM/ |
D | Makefile.config.in | 114 BUILD_CC=@BUILD_CC@
|
D | configure | 696 BUILD_CC 4409 if test -n "$BUILD_CC"; then 4410 ac_cv_prog_BUILD_CC="$BUILD_CC" # Let the user override the test. 4429 BUILD_CC=$ac_cv_prog_BUILD_CC 4430 if test -n "$BUILD_CC"; then 4431 { echo "$as_me:$LINENO: result: $BUILD_CC" >&5 4432 echo "${ECHO_T}$BUILD_CC" >&6; } 4439 if test -z "$BUILD_CC"; then 4447 if test -n "$BUILD_CC"; then 4448 ac_cv_prog_BUILD_CC="$BUILD_CC" # Let the user override the test. [all …]
|
D | Makefile.rules | 644 $(BUILD_CC) $(CPP.Flags) $(C.Flags) $(CFLAGS) $(CPPFLAGS) \
|
/external/e2fsprogs/lib/ext2fs/ |
D | Makefile.in | 605 $(Q) $(BUILD_CC) $(BUILD_CFLAGS) $(BUILD_LDFLAGS) -o gen_crc32ctable \
|
/external/e2fsprogs/debian/ |
D | changelog | 3942 (BUILD_CC): Discover a native compiler if we are cross-compiling
|