summaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
authorTaylor Simpson2021-02-08 06:46:24 +0100
committerRichard Henderson2021-02-18 17:25:06 +0100
commit3e7a84eeccc3b3a9b43c6dfb52bd98ea5acebf0a (patch)
tree85d0cbf7cb3c4dda0f447d24fe1a948cdfc5fd0b /meson.build
parentHexagon (tests/tcg/hexagon) TCG tests - floating point (diff)
downloadqemu-3e7a84eeccc3b3a9b43c6dfb52bd98ea5acebf0a.tar.gz
qemu-3e7a84eeccc3b3a9b43c6dfb52bd98ea5acebf0a.tar.xz
qemu-3e7a84eeccc3b3a9b43c6dfb52bd98ea5acebf0a.zip
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>
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index a923f249d8..05a67c20d9 100644
--- a/meson.build
+++ b/meson.build
@@ -1188,6 +1188,7 @@ disassemblers = {
'arm' : ['CONFIG_ARM_DIS'],
'avr' : ['CONFIG_AVR_DIS'],
'cris' : ['CONFIG_CRIS_DIS'],
+ 'hexagon' : ['CONFIG_HEXAGON_DIS'],
'hppa' : ['CONFIG_HPPA_DIS'],
'i386' : ['CONFIG_I386_DIS'],
'x86_64' : ['CONFIG_I386_DIS'],