HomeSort by relevance Sort by last modified time
    Searched refs:UNAME (Results 1 - 6 of 6) sorted by null

  /build/tools/
dump-package-stats 58 UNAME=`uname`
59 if [ "x$UNAME" = "xDarwin" ]
62 elif [ "x$UNAME" = "xLinux" ]
66 fail "Unknown uname $UNAME"
  /build/core/combo/
HOST_windows-x86.mk 26 ifneq ($(findstring Linux,$(UNAME)),)
53 ifneq ($(findstring CYGWIN,$(UNAME)),)
  /build/core/
envsetup.mk 39 UNAME := $(shell uname -sm)
42 ifneq (,$(findstring Linux,$(UNAME)))
45 ifneq (,$(findstring Darwin,$(UNAME)))
48 ifneq (,$(findstring Macintosh,$(UNAME)))
51 ifneq (,$(findstring CYGWIN,$(UNAME)))
67 $(error Unable to determine HOST_OS from uname -sm: $(UNAME)!)
72 ifneq (,$(findstring 86,$(UNAME)))
76 ifneq (,$(findstring Power,$(UNAME)))
    [all...]
main.mk 459 ifeq ($(findstring Linux,$(UNAME)),)
  /ndk/build/core/
init.mk 100 # For other systems, use the `uname` output
101 UNAME := $(shell uname -s)
102 ifneq (,$(findstring Linux,$(UNAME)))
105 ifneq (,$(findstring Darwin,$(UNAME)))
109 ifneq (,$(findstring CYGWIN,$(UNAME)))
113 $(call __ndk_info,Unable to determine HOST_OS from uname -s: $(UNAME))
134 # Instead, we assume that a program named /bin/uname.exe
141 ifneq (,$(strip $(wildcard /bin/uname.exe))
    [all...]
  /external/libffi/
ltconfig 58 UNAME=${UNAME-`uname 2>/dev/null`}
59 case X$UNAME in
    [all...]

Completed in 89 milliseconds