summaryrefslogtreecommitdiff
path: root/sysutils/u-boot-beaglebone-eabi/files/patch-config.mk
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/u-boot-beaglebone-eabi/files/patch-config.mk')
-rw-r--r--sysutils/u-boot-beaglebone-eabi/files/patch-config.mk11
1 files changed, 0 insertions, 11 deletions
diff --git a/sysutils/u-boot-beaglebone-eabi/files/patch-config.mk b/sysutils/u-boot-beaglebone-eabi/files/patch-config.mk
deleted file mode 100644
index d6f5b566fa87..000000000000
--- a/sysutils/u-boot-beaglebone-eabi/files/patch-config.mk
+++ /dev/null
@@ -1,11 +0,0 @@
---- config.mk.orig 2014-04-18 16:19:53.610552978 -0400
-+++ config.mk 2014-04-18 16:22:38.796542173 -0400
-@@ -95,7 +95,7 @@
- HOSTCFLAGS += $(call os_x_before, 10, 4, "-traditional-cpp")
- HOSTLDFLAGS += $(call os_x_before, 10, 5, "-multiply_defined suppress")
- else
--HOSTCC = gcc
-+HOSTCC = cc
- endif
-
- ifeq ($(HOSTOS),cygwin)