mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 12:59:02 +02:00
systemtap: Pin to build with GCC
clang find a lot of warning | In file included from ../git/tapset-procfs.cxx:11: | ../git/session.h:169:47: error: 'used' attribute ignored on a non-definition declaration [-Werror,-Wignored-attributes] | 169 | static const char* morehelp __attribute__ ((used)); | | ^ (From OE-Core rev: 887c52532f9555f363b06692a777a66fc8137513) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
59579fab11
commit
6498ad48d9
|
@ -99,3 +99,7 @@ do_install:append () {
|
||||||
}
|
}
|
||||||
|
|
||||||
BBCLASSEXTEND = "nativesdk"
|
BBCLASSEXTEND = "nativesdk"
|
||||||
|
|
||||||
|
# Emits lot of warning which are treated as errors
|
||||||
|
# They must be looked into before disabling
|
||||||
|
TOOLCHAIN = "gcc"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user