OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TARGET_ABI
(Results
1 - 4
of
4
) sorted by null
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/
testit_android
84
TARGET_ABI
=
99
TARGET_ABI
=${OPT##--abi=}
155
if [ "$
TARGET_ABI
" = "list" ]; then
164
if [ -z "$
TARGET_ABI
" ]; then
171
if [ "$ABI" = "$
TARGET_ABI
" ]; then
178
echo "ERROR: Invalid abi '$
TARGET_ABI
'. Must be one of: $VALID_ABIS"
182
LIBCXX_LIBS=$(cd $LIBCXX_ROOT/.. && pwd)/libs/$
TARGET_ABI
191
LIBCOMPILER_RT_LIBS=$(cd "$LIBCXX_ROOT"/../../../android/compiler-rt && pwd)/libs/$
TARGET_ABI
213
case $
TARGET_ABI
in
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
testit_android
76
TARGET_ABI
=
92
TARGET_ABI
=${OPT##--abi=}
151
if [ "$
TARGET_ABI
" = "list" ]; then
160
if [ -z "$
TARGET_ABI
" ]; then
167
if [ "$ABI" = "$
TARGET_ABI
" ]; then
174
echo "ERROR: Invalid abi '$
TARGET_ABI
'. Must be one of: $VALID_ABIS"
178
LIBCXX_LIBS=$(cd $LIBCXX_ROOT/.. && pwd)/libs/$
TARGET_ABI
187
LIBCOMPILER_RT_LIBS=$(cd "$LIBCXX_ROOT"/../../../android/compiler-rt && pwd)/libs/$
TARGET_ABI
206
case $
TARGET_ABI
in
/ndk/build/tools/
make-standalone-toolchain.sh
169
TARGET_ABI
=$(convert_arch_to_abi $ARCH | tr ',' '\n' | tail -n 1)
352
echo ' `dirname $0`/ndk-bc2native --sysroot=`dirname $0`/../sysroot --abi='$
TARGET_ABI
' --platform='$PLATFORM' --file $output $output'
355
echo ' `dirname $0`/python `dirname $0`/ndk-bc2native.py --sysroot=`dirname $0`/../sysroot --abi='$
TARGET_ABI
' --platform='$PLATFORM' --file $output $output'
376
echo ' %~dp0\\ndk-bc2native'$HOST_EXE' --sysroot=%~dp0\\.\\sysroot --abi='$
TARGET_ABI
' --platform='$PLATFORM' --file %output% %output'
379
echo ' %~dp0\\python'$HOST_EXE' %~dp0\\ndk-bc2native.py --sysroot=%~dp0\\..\\sysroot --abi='$
TARGET_ABI
' --platform='$PLATFORM' --file %output% %output%'
/ndk/build/core/
setup-toolchain.mk
113
TARGET_ABI
:= $(TARGET_PLATFORM)-$(TARGET_ARCH_ABI)
Completed in 82 milliseconds