Searched refs:BITS (Results 1 - 2 of 2) sorted by relevance

/ndk/build/tools/
H A Dcommon-build-host-funcs.sh365 local BITS="$2"
371 /* this program will fail to compile if the compiler doesn't generate BITS-bits code */
372 int tab[1-2*(sizeof(void*)*8 != BITS)];
374 dump_n "$(bh_host_text) Checking that the compiler generates $BITS-bits code ($@)... "
375 $CC -c -DBITS=$BITS -o /dev/null $TMPC $HOST_CFLAGS "$@" > $TMPL 2>&1
H A Dbuild-host-gcc.sh550 local BITS="$2"
556 /* this program will fail to compile if the compiler doesn't generate BITS-bits code */
557 int tab[1-2*(sizeof(void*)*8 != BITS)];
559 dump_n "$(host_text) Checking that the compiler generates $BITS-bits code ($@)... "
560 $CC -c -DBITS=$BITS -o /dev/null $TMPC $HOST_CFLAGS "$@" > $TMPL 2>&1

Completed in 42 milliseconds