u-boot: Add the compiler-gcc5.h header file

When trying to compile with gcc5 we need this file to be present
as otherwise the build will fail.
This commit is contained in:
Holger Hans Peter Freyther 2015-11-21 21:39:28 +00:00
parent 0700c55790
commit 33b6d83edd
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
SRC_URI = "git://git.sysmocom.de/sysmo-bts/u-boot;branch=v2011.12;protocol=git"
SRCREV = "71497512280c9eac9be739ae0ca20eb21556bb92"
SRCREV = "f6453a391125f824ebf5bab00ee03b6d73ae5695"
PV = "v2011.12+git${SRCPV}"
S = "${WORKDIR}/git"