mirror of
https://git.yoctoproject.org/poky
synced 2026-07-26 19:17:07 +00:00
linux-yocto/4.14/4.15: fix gcc8 mips compilation issues
Making the following commit available to fix mips gcc8 build issues: commit e25dbfe95302eeaa1a03a828d05c09479574488a Author: Kevin Hao <kexin.hao@windriver.com> Date: Mon Jun 11 18:17:54 2018 +0800 MIPS: Use '+=" instead of '=' to avoid the CFLAGS override We used the CFLAGS_xxx to workaround the gcc 8 build warnings for some specific file. But CFLAGS_xxx is also used with '=' in other places of this Makefile. This override the gcc 8 workaround, so replace all the '=' with '+=" to fix this issue. Signed-off-by: Kevin Hao <kexin.hao@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> (From OE-Core rev: 8ab5b439ea82ac775494a0ce7a6f3615b61c94be) (From OE-Core rev: fca73646ccfe7af4d65a7f13b5c7c56063579d3f) Signed-off-by: Kevin Hao <kexin.hao@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
df07b9f7a4
commit
3238a7bdd6
@@ -11,14 +11,14 @@ KBRANCH_qemux86 ?= "v4.15/standard/base"
|
||||
KBRANCH_qemux86-64 ?= "v4.15/standard/base"
|
||||
KBRANCH_qemumips64 ?= "v4.15/standard/mti-malta64"
|
||||
|
||||
SRCREV_machine_qemuarm ?= "2e7f1aeb11d0aedec2ba2ce995933221a0bfddeb"
|
||||
SRCREV_machine_qemuarm64 ?= "683cfd2540fcb659774458352e8fb121ec764e0e"
|
||||
SRCREV_machine_qemumips ?= "43122d3a461b6216ca1a4a568378eea8143cf927"
|
||||
SRCREV_machine_qemuppc ?= "683cfd2540fcb659774458352e8fb121ec764e0e"
|
||||
SRCREV_machine_qemux86 ?= "683cfd2540fcb659774458352e8fb121ec764e0e"
|
||||
SRCREV_machine_qemux86-64 ?= "683cfd2540fcb659774458352e8fb121ec764e0e"
|
||||
SRCREV_machine_qemumips64 ?= "4cc6d70306ff8bd235008d18adee0bc676dc2798"
|
||||
SRCREV_machine ?= "683cfd2540fcb659774458352e8fb121ec764e0e"
|
||||
SRCREV_machine_qemuarm ?= "d16b10fb69974f1804a02f2678f40d22c80526cf"
|
||||
SRCREV_machine_qemuarm64 ?= "e25dbfe95302eeaa1a03a828d05c09479574488a"
|
||||
SRCREV_machine_qemumips ?= "182eaefab712f4360126e044c758e75d763d05c4"
|
||||
SRCREV_machine_qemuppc ?= "e25dbfe95302eeaa1a03a828d05c09479574488a"
|
||||
SRCREV_machine_qemux86 ?= "e25dbfe95302eeaa1a03a828d05c09479574488a"
|
||||
SRCREV_machine_qemux86-64 ?= "e25dbfe95302eeaa1a03a828d05c09479574488a"
|
||||
SRCREV_machine_qemumips64 ?= "ce3876a091477260fcb1197e3c6565dfbf9c6e80"
|
||||
SRCREV_machine ?= "e25dbfe95302eeaa1a03a828d05c09479574488a"
|
||||
SRCREV_meta ?= "45c256a5ca6f9478bce212fec19e2bc273472631"
|
||||
|
||||
SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;name=machine;branch=${KBRANCH}; \
|
||||
|
||||
Reference in New Issue
Block a user