OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GCC_FOR_STUB
(Results
1 - 2
of
2
) sorted by null
/ndk/build/tools/
build-host-gdb.sh
250
GCC_FOR_STUB
=${BH_HOST_CONFIG}-gcc
251
GCC_FOR_STUB_TARGET=`$
GCC_FOR_STUB
-dumpmachine`
253
GCC_FOR_STUB
=i686-w64-mingw32-gcc
254
dump "Override compiler for gdb-stub: $
GCC_FOR_STUB
"
267
--mingw-w64-gcc=${
GCC_FOR_STUB
}
build-gcc.sh
427
GCC_FOR_STUB
=$ABI_CONFIGURE_HOST-gcc
431
GCC_FOR_STUB_TARGET=`$
GCC_FOR_STUB
-dumpmachine`
433
GCC_FOR_STUB
=i686-w64-mingw32-gcc
434
dump "Override compiler for gdb-stub: $
GCC_FOR_STUB
"
439
--mingw-w64-gcc=$
GCC_FOR_STUB
Completed in 480 milliseconds