diff options
author | Taylor Simpson <tsimpson@quicinc.com> | 2021-02-07 23:46:24 -0600 |
---|---|---|
committer | Richard Henderson <richard.henderson@linaro.org> | 2021-02-18 08:25:06 -0800 |
commit | 3e7a84eeccc3b3a9b43c6dfb52bd98ea5acebf0a (patch) | |
tree | 85d0cbf7cb3c4dda0f447d24fe1a948cdfc5fd0b /target/meson.build | |
parent | 703c08d98ae6ac6481d460a0ddc5c118bdc4e97e (diff) | |
download | qemu-3e7a84eeccc3b3a9b43c6dfb52bd98ea5acebf0a.zip qemu-3e7a84eeccc3b3a9b43c6dfb52bd98ea5acebf0a.tar.gz qemu-3e7a84eeccc3b3a9b43c6dfb52bd98ea5acebf0a.tar.bz2 |
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 'target/meson.build')
-rw-r--r-- | target/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/meson.build b/target/meson.build index 9f0ae93..c35c1e9 100644 --- a/target/meson.build +++ b/target/meson.build @@ -2,6 +2,7 @@ subdir('alpha') subdir('arm') subdir('avr') subdir('cris') +subdir('hexagon') subdir('hppa') subdir('i386') subdir('lm32') |