mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 05:29:32 +00:00
systemtap_git.inc: Add microblazeel as a supported architecture
This patch adds microblazeel as a supported architecture for systemtap. (From OE-Core rev: 6a9746d95e87cce4a3c72cc10842727ecaa7c60f) Signed-off-by: Bhargava Sreekantappa Gayathri <bhargava.sreekantappa-gayathri@xilinx.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
bb7616054f
commit
d2fce1fde0
@@ -16,7 +16,7 @@ SRC_URI = "git://sourceware.org/git/systemtap.git \
|
|||||||
"
|
"
|
||||||
|
|
||||||
# systemtap doesn't support mips
|
# systemtap doesn't support mips
|
||||||
COMPATIBLE_HOST = '(x86_64|i.86|powerpc|arm|aarch64).*-linux'
|
COMPATIBLE_HOST = '(x86_64|i.86|powerpc|arm|aarch64|microblazeel).*-linux'
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user