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)),)
63 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 42 ifeq (,$(findstring CYGWIN,$(shell uname -sm)))
434 ifeq ($(findstring Linux,$(UNAME)),)
    [all...]
  /ndk/build/core/
init.mk 145 # For other systems, use the `uname` output
146 UNAME := $(shell uname -s)
147 ifneq (,$(findstring Linux,$(UNAME)))
150 ifneq (,$(findstring Darwin,$(UNAME)))
154 ifneq (,$(findstring CYGWIN,$(UNAME)))
158 $(call __ndk_info,Unable to determine HOST_OS from uname -s: $(UNAME))
179 # Instead, we assume that a program named /bin/uname.exe
186 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 472 milliseconds