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

/external/clang/tools/libclang/
H A DMakefile50 DARWIN_VERS := $(shell echo $(TARGET_TRIPLE) | sed 's/.*darwin\([0-9]*\).*/\1/') macro
51 ifneq ($(DARWIN_VERS),8)
/external/llvm/tools/lto/
H A DMakefile46 DARWIN_VERS := $(shell echo $(TARGET_TRIPLE) | sed 's/.*darwin\([0-9]*\).*/\1/') macro
47 ifneq ($(DARWIN_VERS),8)
/external/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/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 140 milliseconds