From owner-svn-ports-head@freebsd.org Tue Dec 19 14:20:20 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 62ACFE85D14; Tue, 19 Dec 2017 14:20:20 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2CC2C7A69D; Tue, 19 Dec 2017 14:20:20 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBJEKJI7041600; Tue, 19 Dec 2017 14:20:19 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBJEKJp8041599; Tue, 19 Dec 2017 14:20:19 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201712191420.vBJEKJp8041599@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Tue, 19 Dec 2017 14:20:19 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: linimon X-SVN-Commit-Paths: head/sysutils/u-boot-tools/files X-SVN-Commit-Revision: 456717 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Dec 2017 14:20:20 -0000 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