svn commit: r456717 - head/sysutils/u-boot-tools/files

Mark Linimon linimon at FreeBSD.org
Tue Dec 19 14:20:20 UTC 2017


Author: linimon
Date: Tue Dec 19 14:20:19 2017
New Revision: 456717
URL: https://svnweb.freebsd.org/changeset/ports/456717

Log:
  Apply similar fix to scripts/Makefile.autoconf as to ../Makefile.

Added:
  head/sysutils/u-boot-tools/files/patch-scripts__Makefile.autoconf   (contents, props changed)

Added: head/sysutils/u-boot-tools/files/patch-scripts__Makefile.autoconf
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/u-boot-tools/files/patch-scripts__Makefile.autoconf	Tue Dec 19 14:20:19 2017	(r456717)
@@ -0,0 +1,11 @@
+--- scripts/Makefile.autoconf.orig	2017-09-11 18:10:40 UTC
++++ scripts/Makefile.autoconf
+@@ -27,7 +27,7 @@ include scripts/Kbuild.include
+ # Need to define CC and CPP again here in case the top Makefile did not
+ # include config.mk.  Some architectures expect CROSS_COMPILE to be defined
+ # in arch/$(ARCH)/config.mk
+-CC		= $(CROSS_COMPILE)gcc
++CC		= $(CROSS_COMPILE)cc
+ CPP		= $(CC) -E
+ 
+ include config.mk


More information about the svn-ports-head mailing list