diff options
author | Bastian Koppelmann <kbastian@mail.uni-paderborn.de> | 2014-09-01 12:59:49 +0100 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2014-09-01 14:49:20 +0100 |
commit | 0aaeb118b33fbad49e66af1cf7f43b1a99db741d (patch) | |
tree | 5e36b823fa236335014d2e3db2fc70c77f84e606 /configure | |
parent | 2d30267e8e8ea61a8ee7cf48392d993699cbb114 (diff) | |
download | qemu-0aaeb118b33fbad49e66af1cf7f43b1a99db741d.zip qemu-0aaeb118b33fbad49e66af1cf7f43b1a99db741d.tar.gz qemu-0aaeb118b33fbad49e66af1cf7f43b1a99db741d.tar.bz2 |
target-tricore: Add initialization for translation and activate target
Add tcg and cpu model initialization.
Add gen_intermediate_code function.
Activate target in configure and add softmmu config.
Signed-off-by: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
Message-id: 1409572800-4116-5-git-send-email-kbastian@mail.uni-paderborn.de
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -5045,6 +5045,8 @@ case "$target_name" in TARGET_BASE_ARCH=mips echo "TARGET_ABI_MIPSN64=y" >> $config_target_mak ;; + tricore) + ;; moxie) ;; or32) |