OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TARGET_OS
(Results
26 - 28
of
28
) sorted by null
1
2
/external/mksh/src/
Build.sh
26
#
TARGET_OS
TARGET_OSREV
385
test x"$
TARGET_OS
" = x"" &&
TARGET_OS
=`uname -s 2>/dev/null || uname`
386
if test x"$
TARGET_OS
" = x""; then
387
echo "$me: Set
TARGET_OS
, your uname is broken!" >&2
397
if test x"$
TARGET_OS
" = x"Android"; then
399
TARGET_OS
=Linux
403
case $
TARGET_OS
in
410
case $
TARGET_OS
in
558
case $
TARGET_OS
i
[
all
...]
/external/llvm/
configure
668
target_os
671
TARGET_OS
[
all
...]
/external/llvm/projects/sample/
configure
668
target_os
671
TARGET_OS
[
all
...]
Completed in 99 milliseconds
1
2