summaryrefslogtreecommitdiffstats
path: root/package/uboot-tools/0004-Pass-empty-CFLAGS-on-invocation-of-libfdt-setup.py.patch
Commit message (Collapse)AuthorAgeFilesLines
* uboot-tools: bump to version 2017.05Fabio Estevam2017-05-231-36/+0
| | | | | | | | Bump to version 2017.05 and also remove the patches that have been upstreamed. Signed-off-by: Fabio Estevam <festevam@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* uboot-tools: pass empty CFLAGS on invocation of libfdt/setup.pyMax Filippov2017-03-181-0/+36
When building u-boot tools in cross-build environment CFLAGS environment variable set up for target is taken into an account when building code for host. Make it empty on invocation of python. This fixes the following build errors when cross-compiling for xtensa: cc1: error: unrecognized command line option "-mlongcalls" cc1: error: unrecognized command line option "-mauto-litpools" Fixes: http://autobuild.buildroot.net/results/439d6dacfaa7f9244bd15ca04990c12a25ff4777 http://autobuild.buildroot.net/results/e2fe36c20e75d01a01a6659ef11e888965a843b9 http://autobuild.buildroot.net/results/6f37ff347822a76571a9fe9cf3c491fe7e4164fa Signed-off-by: Max Filippov <jcmvbkbc@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
OpenPOWER on IntegriCloud