Hexagon build infrastructure
commit3e7a84eeccc3b3a9b43c6dfb52bd98ea5acebf0a
authorTaylor Simpson <tsimpson@quicinc.com>
Mon, 8 Feb 2021 05:46:24 +0000 (7 23:46 -0600)
committerRichard Henderson <richard.henderson@linaro.org>
Thu, 18 Feb 2021 16:25:06 +0000 (18 08:25 -0800)
tree85d0cbf7cb3c4dda0f447d24fe1a948cdfc5fd0b
parent703c08d98ae6ac6481d460a0ddc5c118bdc4e97e
Hexagon build infrastructure

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.

Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Taylor Simpson <tsimpson@quicinc.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <1612763186-18161-35-git-send-email-tsimpson@quicinc.com>
[rth: Use top-level python variable]
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
default-configs/targets/hexagon-linux-user.mak [new file with mode: 0644]
meson.build
scripts/qemu-binfmt-conf.sh
target/hexagon/meson.build [new file with mode: 0644]
target/meson.build