Searched refs:CC (Results 1 - 25 of 42) sorted by relevance

12

/ndk/sources/host-tools/sed-4.2.1/
H A Dbootstrap.sh4 case "$CC" in
5 "") CC=cc
67 if $CC -c conftest.c -o conftest.o > /dev/null 2>&1 ; then
81 if $CC -c conftest.c -o conftest.o > /dev/null 2>&1 ; then
92 if $CC -c conftest.c -o conftest.o > /dev/null 2>&1 ; then
116 ${CC} -DHAVE_CONFIG_H -I.. -I. -c alloca.c || exit 1
117 ${CC} -DHAVE_CONFIG_H -I.. -I. -c copy-acl.c || exit 1
118 ${CC} -DHAVE_CONFIG_H -I.. -I. -c error.c || exit 1
119 ${CC} -DHAVE_CONFIG_H -I.. -I. -c exitfail.c || exit 1
120 ${CC}
[all...]
H A Dbootstrap.sh.in4 case "$CC" in
5 "") CC=cc
67 if $CC -c conftest.c -o conftest.o > /dev/null 2>&1 ; then
81 if $CC -c conftest.c -o conftest.o > /dev/null 2>&1 ; then
92 if $CC -c conftest.c -o conftest.o > /dev/null 2>&1 ; then
116 ${CC} -DHAVE_CONFIG_H -I.. -I. -c alloca.c || exit 1
117 ${CC} -DHAVE_CONFIG_H -I.. -I. -c copy-acl.c || exit 1
118 ${CC} -DHAVE_CONFIG_H -I.. -I. -c error.c || exit 1
119 ${CC} -DHAVE_CONFIG_H -I.. -I. -c exitfail.c || exit 1
120 ${CC}
[all...]
/ndk/sources/cxx-stl/stlport/stlport/
H A Drlocks.h6 # include <../CC/rlocks.h>
8 # error "This file is for SUN CC only. Please remove it if it causes any harm for other compilers."
H A Dstdiostream.h6 # include <../CC/stdiostream.h>
8 # error "This file is for SUN CC only. Please remove it if it causes any harm for other compilers."
/ndk/sources/cxx-stl/stlport/stlport/stl/config/
H A D_cray.h19 #define _STLP_COMPILER "CC"
60 # define _STLP_NATIVE_CPP_RUNTIME_HEADER(__x) </opt/ctl/CC/CC/include/##__x>
H A D_sunprocc.h4 #define _STLP_COMPILER "Sunpro CC"
22 # define _STLP_NATIVE_INCLUDE_PATH ../CC/Cstd
23 # define _STLP_NATIVE_CPP_RUNTIME_INCLUDE_PATH ../CC
25 # define _STLP_NATIVE_INCLUDE_PATH ../CC
29 # define _STLP_NATIVE_INCLUDE_PATH ../CC
80 // # define _STLP_NATIVE_C_HEADER(header) <../CC/##header##.SUNWCCh>
81 # define _STLP_NATIVE_CPP_C_HEADER(header) <../CC/##header##.SUNWCCh>
84 # define _STLP_NATIVE_C_INCLUDE_PATH ../CC/std
85 # define _STLP_NATIVE_CPP_C_INCLUDE_PATH ../CC/std
88 # define _STLP_NATIVE_CPP_C_INCLUDE_PATH ../CC/st
[all...]
H A D_sgi.h4 #define _STLP_COMPILER "CC"
10 #define _STLP_NATIVE_HEADER(__x) </usr/include/CC/##__x>
12 #define _STLP_NATIVE_OLD_STREAMS_HEADER(__x) </usr/include/CC/##__x>
13 #define _STLP_NATIVE_CPP_C_HEADER(__x) </usr/include/CC/##__x>
14 #define _STLP_NATIVE_CPP_RUNTIME_HEADER(__x) </usr/include/CC/##__x>
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/
H A Dtestit29 if [ -z "$CC" ]
33 CC="xcrun clang++"
35 CC=clang++
82 if $CC $OPTIONS $HEADER_INCLUDE $SOURCE_LIB $FILE $LIBS -o ./$TEST_EXE > /dev/null 2>&1
100 if $CC $OPTIONS $HEADER_INCLUDE $SOURCE_LIB $FILE $LIBS $(test $1 = no || echo $THREAD_FLAGS) -o ./$TEST_EXE
108 echo "Compile line was:" $CC $OPTIONS $HEADER_INCLUDE $SOURCE_LIB $FILE $LIBS $(test $1 = no || echo $THREAD_FLAGS)
114 echo "Compile line was:" $CC $OPTIONS $HEADER_INCLUDE $SOURCE_LIB $FILE $LIBS $(test $1 = no || echo $THREAD_FLAGS)
161 echo "using `$CC --version`"
H A Dtestit_android206 CC=$CXX
298 if run $CC $OPTIONS $HEADER_INCLUDE $SOURCE_LIB $FILE $LIBS -o $TEST_EXE > /dev/null 2>&1
315 if run $CC $OPTIONS $HEADER_INCLUDE $SOURCE_LIB $FILE $LIBS -o $TEST_EXE
323 echo "Compile line was:" $CC $OPTIONS $HEADER_INCLUDE $SOURCE_LIB $FILE $LIBS
329 echo "Compile line was:" $CC $OPTIONS $HEADER_INCLUDE $SOURCE_LIB $FILE $LIBS
372 echo "using `$CC --version`"
/ndk/sources/host-tools/nawk-20071023/
H A DGNUmakefile8 CC := $(HOST_CC) macro
17 NATIVE_CC ?= $(CC)
43 CC := x86_64-pc-mingw32msvc-gcc macro
45 CC := i586-pc-mingw32msvc-gcc macro
74 $$(hide)$$(CC) $$(CFLAGS) -c -o $$@ $$<
98 $(hide)$(CC) $(LDFLAGS) -o $@ $(OBJECTS) -lm
/ndk/build/tools/
H A Dgen-toolchain-wrapper.sh114 local CC="$1"
116 if [ ! -f "$CC" ]; then
120 "$CC" -xc /dev/null -dM -E | grep -q MINGW
126 "$CC" -xc -c /dev/null -include dlfcn.h -o /dev/null > /dev/null 2>&1
H A Dbuild-device-llvm.sh111 dump "Using C compiler: $CC"
172 CC=$BUILD_OUT/ndk-standalone-$arch/bin/$toolchain_prefix-gcc
174 export CC CXX
191 unset CC CXX # Need for BuildTools
192 export CC CXX
208 CC=$BUILD_OUT/ndk-standalone-$arch/bin/$toolchain_prefix-gcc
210 export CC CXX
H A Dbuild-host-perl.sh83 dump "Using C compiler: $CC"
94 LIBS_SEARCH=`$CC -print-search-dirs | grep libraries | sed ' s/^.*=// ' | sed ' s/:/ /g '`
101 -Dcc="$CC" \
H A Dndk-common.sh453 if [ -z "$CC" ] ; then
454 CC=gcc
463 LD="$CC"
466 log2 "Using '$CC' as the C compiler"
475 CC="$CC -m32"
494 log "CC : compiler check ok ($CC)"
500 LD="$CC"
545 log2 "Object : $CC
[all...]
H A Dgen-platforms.sh358 local TOOLCHAIN_PREFIX EXTRA_CFLAGS CC
362 CC="$TOOLCHAIN_PREFIX/clang"
367 CC="$TOOLCHAIN_PREFIX-gcc"
371 if [ ! -f "$CC" ]; then
372 dump "ERROR: $ARCH toolchain not installed: $CC"
377 echo "$CC $EXTRA_CFLAGS"
391 local CC="$5"
405 COMMAND="$CC -Wl,-shared,-Bsymbolic -Wl,-soname,$LIBRARY -nostdlib -o $TMPO $TMPC"
441 local CC funcs vars numfuncs numvars
444 CC
[all...]
H A Dprebuilt-common.sh804 # binutils 2.21, because defining CC/CXX in the environment makes the
808 NDK_CCACHE_CC=$CC
810 # Unfortunately, we can just do CC="$NDK_CCACHE $CC" because some
814 CC=$NDK_BUILDTOOLS_ABSPATH/ndk-ccache-gcc.sh
836 # Do *not* set CC and CXX when building the Windows/Darwin binaries in canadian build.
840 unset CC CXX
848 # We only do this if the CC variable is not defined to a given value
849 if [ -z "$CC" ]; then
860 CC
[all...]
H A Dcommon-build-host-funcs.sh329 local CC="$1"
338 log_n "Checking compiler code generation ($CC)... "
339 $CC -o $TMPE $TMPC "$@" >$TMPL 2>&1
428 local CC="$1"
439 $CC -c -DBITS=$BITS -o /dev/null $TMPC $HOST_CFLAGS "$@" > $TMPL 2>&1
772 CC=$BH_HOST_CONFIG-gcc
781 export CC CXX LD AR AS RANLIB NM STRIP STRINGS
/ndk/sources/host-tools/make-3.81/
H A Dbuild.sh.in24 CC='@CC@'
65 $CC $defines $CPPFLAGS $CFLAGS \
79 $CC $CFLAGS $LDFLAGS $objs $LOADLIBES -o makenew${EXEEXT}
/ndk/sources/host-tools/ndk-depends/
H A DGNUmakefile17 CC := gcc macro
49 $$(CC) $$(CFLAGS) $$(EXTRA_CFLAGS) -c -o $1 $2
/ndk/sources/host-tools/ndk-stack/
H A DGNUmakefile17 CC := gcc macro
66 $$(CC) $$(CFLAGS) $$(EXTRA_CFLAGS) -c -o $1 $2
/ndk/sources/host-tools/sed-4.2.1/testsuite/
H A Dmac-mf.inp100 {CC} {DepDir}{Default}.c {CFLAGS} -s {Default} -o {TargDir}{Default}.c.o
104 CC = c
175 $(CC) $(CFLAGS) $(LDFLAGS) -o t_mddriver t_mddriver.o md5.o
178 $(CC) $(CFLAGS2) -o t_mddriver.exe t_mddriver.c md5.c
H A Dmac-mf.good100 {CC} {DepDir}{Default}.c {CFLAGS} -s {Default} -o {TargDir}{Default}.c.o
104 CC = c
178 {CC} {CFLAGS2} -o t_mddriver.exe t_mddriver.c md5.c
/ndk/tests/standalone/
H A Drun.sh253 CC=
286 CC=${PREFIX}gcc
318 CC=$CLANG
425 export PREFIX CC CXX CFLAGS CXXFLAGS LDFLAGS VERBOSE ABI NULL
433 run cd "$BUILD_DIR" && run $CC $LDFLAGS $CFLAGS -o $NULL $SOURCES
/ndk/tests/standalone/builtin-macros/
H A Drun.sh18 MACRO_LINES=$($CC $CFLAGS -dM -E - < /dev/null | sort -u | tr ' ' '^^^' | tr '"' '~')
117 echo "Checking built-in macros for: $CC $CFLAGS"
/ndk/sources/host-tools/make-3.81/config/
H A Dconfig.rpath32 # The environment variables CC, GCC, LDFLAGS, LD, with_gnu_ld
38 # - On IRIX 6.5 with CC="cc", the run time search patch must not be longer
74 case $CC in
224 collect2name=`${CC} -print-prog-name=collect2`
241 ${CC} ${LDFLAGS} conftest.c -o conftest
280 if $CC -v 2>&1 | grep 'Apple' >/dev/null ; then
351 if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then

Completed in 1296 milliseconds

12