Searched refs:BUILD_CC (Results 1 - 10 of 10) sorted by relevance

/external/e2fsprogs/util/
H A DMakefile.in18 $(Q) $(BUILD_CC) -c $(BUILD_CFLAGS) $< -o $@
27 $(Q) $(BUILD_CC) $(BUILD_LDFLAGS) -o subst subst.o
31 $(Q) $(BUILD_CC) $(BUILD_LDFLAGS) -o copy_sparse copy_sparse.o
35 $(Q) $(BUILD_CC) $(BUILD_LDFLAGS) -o symlinks symlinks.o
/external/e2fsprogs/config/
H A Dparse-types.sh116 ${BUILD_CC-${CC-gcc}} -o asm_types asm_types.c
/external/chromium_org/third_party/sqlite/src/
H A Dconfigure.ac27 # BUILD_CC
223 BUILD_CC=$CC
226 if test "${BUILD_CC+set}" != set; then
227 AC_CHECK_PROGS(BUILD_CC, gcc cc cl)
233 AC_SUBST(BUILD_CC)
H A Dconfigure869 BUILD_CC
12388 BUILD_CC=$CC
12391 if test "${BUILD_CC+set}" != set; then
12401 if test -n "$BUILD_CC"; then
12402 ac_cv_prog_BUILD_CC="$BUILD_CC" # Let the user override the test.
12421 BUILD_CC=$ac_cv_prog_BUILD_CC
12422 if test -n "$BUILD_CC"; then
12423 { $as_echo "$as_me:$LINENO: result: $BUILD_CC" >&5
12424 $as_echo "$BUILD_CC" >&6; }
12431 test -n "$BUILD_CC"
[all...]
H A DMakefile.in23 BCC = @BUILD_CC@ @BUILD_CFLAGS@
/external/qemu/
H A Dandroid-configure.sh164 BUILD_CC=$CC
579 echo "BUILD_CC := $BUILD_CC" >> $config_mk
/external/llvm/
H A DMakefile118 CC=$(BUILD_CC) ; \
H A Dconfigure684 BUILD_CC
4232 if test -n "$BUILD_CC"; then
4233 ac_cv_prog_BUILD_CC="$BUILD_CC" # Let the user override the test.
4252 BUILD_CC=$ac_cv_prog_BUILD_CC
4253 if test -n "$BUILD_CC"; then
4254 { echo "$as_me:$LINENO: result: $BUILD_CC" >&5
4255 echo "${ECHO_T}$BUILD_CC" >&6; }
4262 if test -z "$BUILD_CC"; then
4270 if test -n "$BUILD_CC"; then
4271 ac_cv_prog_BUILD_CC="$BUILD_CC" # Le
[all...]
/external/e2fsprogs/
H A Dconfigure648 BUILD_CC
10327 BUILD_CC="$CC"
10339 if test -n "$BUILD_CC"; then
10340 ac_cv_prog_BUILD_CC="$BUILD_CC" # Let the user override the test.
10359 BUILD_CC=$ac_cv_prog_BUILD_CC
10360 if test -n "$BUILD_CC"; then
10361 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BUILD_CC" >&5
10362 $as_echo "$BUILD_CC" >&6; }
10369 test -n "$BUILD_CC" && break
10876 BUILD_CC
[all...]
/external/e2fsprogs/e2fsck/
H A DMakefile.in140 $(Q) $(BUILD_CC) $(BUILD_CFLAGS) $(BUILD_LDFLAGS) -o gen_crc32table \

Completed in 309 milliseconds