Searched refs:os_x_before (Results 1 – 1 of 1) sorted by relevance
/external/u-boot/ |
D | Makefile | 310 os_x_before = $(shell if [ $(DARWIN_MAJOR_VERSION) -le $(1) -a \ macro 317 HOSTCC = $(call os_x_before, 10, 5, "cc", "gcc") 318 HOSTCFLAGS += $(call os_x_before, 10, 4, "-traditional-cpp") 319 HOSTLDFLAGS += $(call os_x_before, 10, 5, "-multiply_defined suppress") 324 HOSTLDFLAGS += $(call os_x_before, 10, 7, "", "-Xlinker -no_pie")
|