diff options
Diffstat (limited to 'sysutils/u-boot-wandboard/files/patch-config.mk')
-rw-r--r-- | sysutils/u-boot-wandboard/files/patch-config.mk | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/u-boot-wandboard/files/patch-config.mk b/sysutils/u-boot-wandboard/files/patch-config.mk new file mode 100644 index 000000000000..520927a7646d --- /dev/null +++ b/sysutils/u-boot-wandboard/files/patch-config.mk @@ -0,0 +1,11 @@ +--- config.mk.orig 2014-08-14 14:51:10 UTC ++++ config.mk +@@ -92,7 +92,7 @@ HOSTCC = $(call os_x_before, 10, 5, "c + HOSTCFLAGS += $(call os_x_before, 10, 4, "-traditional-cpp") + HOSTLDFLAGS += $(call os_x_before, 10, 5, "-multiply_defined suppress") + else +-HOSTCC = gcc ++HOSTCC ?= gcc + endif + + ifeq ($(HOSTOS),cygwin) |