Searched defs:DARWIN_VERS (Results 1 - 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/tools/edis/
H A DMakefile46 DARWIN_VERS := $(shell echo $(TARGET_TRIPLE) | sed 's/.*darwin\([0-9]*\).*/\1/') macro
47 ifneq ($(DARWIN_VERS),8)
/external/swiftshader/third_party/LLVM/tools/lto/
H A DMakefile53 DARWIN_VERS := $(shell echo $(TARGET_TRIPLE) | sed 's/.*darwin\([0-9]*\).*/\1/') macro
54 ifneq ($(DARWIN_VERS),8)
/external/swiftshader/third_party/LLVM/runtime/libprofile/
H A DMakefile45 DARWIN_VERS := $(shell echo $(TARGET_TRIPLE) | sed 's/.*darwin\([0-9]*\).*/\1/') macro
46 ifneq ($(DARWIN_VERS),8)
/external/swiftshader/third_party/LLVM/tools/llvm-shlib/
H A DMakefile58 DARWIN_VERS := $(shell echo $(TARGET_TRIPLE) | sed 's/.*darwin\([0-9]*\).*/\1/') macro
59 ifneq ($(DARWIN_VERS),8)

Completed in 132 milliseconds