Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/
H A DMakefile290 os_x_before = $(shell if [ $(DARWIN_MAJOR_VERSION) -le $(1) -a \ macro
294 HOSTCC = $(call os_x_before, 10, 5, "cc", "gcc")
295 HOSTCFLAGS += $(call os_x_before, 10, 4, "-traditional-cpp")
296 HOSTLDFLAGS += $(call os_x_before, 10, 5, "-multiply_defined suppress")
301 HOSTLDFLAGS += $(call os_x_before, 10, 7, "", "-Xlinker -no_pie")