mirror of
https://github.com/linux-sunxi/meta-sunxi.git
synced 2025-07-28 11:49:55 +02:00
linux-sunxi: add patches for gcc5
The linux-sunxi 3.4 kernel could not be compiled with gcc5 (which is standard in master now). Add two patches to make it compile again. - Add missing compiler-gcc5.h - Fix "multiple definition of `return_address'" errors Open issue: All realtek wifi drivers fail to compile. Because of this keep info to switch back to gcc4 in readme. Signed-off-by: Jens Lucius <info@jenslucius.com>
This commit is contained in:
@ -13,6 +13,8 @@ MACHINE_KERNEL_PR_append = "a"
|
||||
|
||||
SRC_URI += "git://github.com/linux-sunxi/linux-sunxi.git;branch=sunxi-3.4;protocol=git \
|
||||
http://archlinuxarm.org/builder/src/0001-cgroup-add-xattr-support-sunxi.patch;name=cgroup-patch \
|
||||
file://0001-compiler-gcc5.patch \
|
||||
file://0002-use-static-inline-in-ARM-ftrace.patch
|
||||
file://defconfig \
|
||||
"
|
||||
|
||||
|
Reference in New Issue
Block a user