Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Dec 2017 14:20:19 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r456717 - head/sysutils/u-boot-tools/files
Message-ID:  <201712191420.vBJEKJp8041599@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712191420.vBJEKJp8041599>