Searched refs:COMPILER_TARGET (Results 1 – 2 of 2) sorted by relevance
54 COMPILER_TARGET := $(shell $(CC) -dumpmachine) macro55 ifneq (,$(findstring mingw,$(COMPILER_TARGET)))
189 COMPILER_TARGET := $(shell $(CC) -dumpmachine)190 ifneq (,$(findstring mingw,$(COMPILER_TARGET)))
Completed in 3 milliseconds