From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Korsgaard Date: Wed, 30 Apr 2014 09:16:18 +0200 Subject: [Buildroot] [PATCH v3] uboot-tools: bump to version 2014.04 In-Reply-To: <1398840891-19524-1-git-send-email-abrodkin@synopsys.com> (Alexey Brodkin's message of "Wed, 30 Apr 2014 10:54:51 +0400") References: <1398840891-19524-1-git-send-email-abrodkin@synopsys.com> Message-ID: <877g67thh9.fsf@dell.be.48ers.dk> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net >>>>> "Alexey" == Alexey Brodkin writes: > U-Boot v2014.04 introduced significant changes in its build infrastrcture. > Among things related to buildroot are: > 1. Special new target ("tools-only") was added for building host tools alone > 2. Tools cross-building for target is no longer possible with substitution of > HOSTxx with TARGETxx because host binaries won't be built. Instead we just set > CROSS_COMPILE and CROSS_BUILD_TOOLS variables. > 3. Most of make targets now require U-Boot to be configured before building. > So for building generic "fw_printenv" we now need to make "env" target config- > independent. > 4. HOSTCPPFLAGS are only applicable to .cpp files so dropping > "uboot-tools-02-hostcflags-override-fix.patch" That's not true. They are flags for the preprocessor. You must be confusing them with CXXFLAGS. With that said, I think we're passing everything from HOST_CPPFLAGS through HOST_CFLAGS as well, so it shouldn't matter. -- Bye, Peter Korsgaard