Home
last modified time | relevance | path

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

/u-boot/
A DMakefile316 os_x_before = $(shell if [ $(DARWIN_MAJOR_VERSION) -le $(1) -a \ macro
323 HOSTCC = $(call os_x_before, 10, 5, "cc", "gcc")
324 KBUILD_HOSTCFLAGS += $(call os_x_before, 10, 4, "-traditional-cpp")
325 KBUILD_HOSTLDFLAGS += $(call os_x_before, 10, 5, "-multiply_defined suppress")

Completed in 5 milliseconds