OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GCC_DIR
(Results
1 - 2
of
2
) sorted by null
/ndk/build/tools/
build-host-python.sh
375
for
GCC_DIR
in $GCC_DIRS; do
377
if [ -d "$
GCC_DIR
/libstdc++-v3/python" ]; then
378
cd "$
GCC_DIR
/libstdc++-v3/python"
379
[ -d "$PYPPDIR/libstdcxx/$(basename $
GCC_DIR
)" ] || mkdir -p "$PYPPDIR/libstdcxx/$(basename $
GCC_DIR
)"
380
run2 find . -path "*.py" -exec cp {} "$PYPPDIR/libstdcxx/$(basename $
GCC_DIR
)/" \;
build-host-gcc.sh
[
all
...]
Completed in 30 milliseconds