Home
last modified time | relevance | path

Searched refs:os_x_before (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/u-boot/
H A DMakefile283 os_x_before = $(shell if [ $(DARWIN_MAJOR_VERSION) -le $(1) -a \ macro
287 HOSTCC = $(call os_x_before, 10, 5, "cc", "gcc")
288 HOSTCFLAGS += $(call os_x_before, 10, 4, "-traditional-cpp")
289 HOSTLDFLAGS += $(call os_x_before, 10, 5, "-multiply_defined suppress")
294 HOSTLDFLAGS += $(call os_x_before, 10, 7, "", "-Xlinker -no_pie")