On 1/22/21 11:41 PM, Philippe Mathieu-Daudé wrote: > On 1/22/21 11:34 PM, Philippe Mathieu-Daudé wrote: >> On 1/20/21 4:29 AM, Taylor Simpson wrote: >>> Add file to default-configs >>> Add hexagon to meson.build >>> Add hexagon to target/meson.build >>> Add target/hexagon/meson.build >>> Change scripts/qemu-binfmt-conf.sh >>> >>> We can build a hexagon-linux-user target and run programs on the Hexagon >>> scalar core. With hexagon-linux-clang installed, "make check-tcg" will >>> pass. >>> >>> Signed-off-by: Taylor Simpson <tsimp...@quicinc.com> >>> --- >>> default-configs/targets/hexagon-linux-user.mak | 1 + >>> meson.build | 1 + >>> scripts/qemu-binfmt-conf.sh | 6 +- >>> target/hexagon/meson.build | 187 >>> +++++++++++++++++++++++++ >>> target/meson.build | 1 + >>> 5 files changed, 195 insertions(+), 1 deletion(-) >>> create mode 100644 default-configs/targets/hexagon-linux-user.mak >>> create mode 100644 target/hexagon/meson.build >> ... > > BTW you should test your branch on gitlab-ci, I'm pretty sure > various jobs fail.
Forgot to paste this link: https://wiki.qemu.org/Testing/CI/GitLabCI