summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorPeter Maydell2017-02-25 22:15:14 +0100
committerPeter Maydell2017-02-25 22:15:14 +0100
commit6d3f4c6d1d8eb1187dc13713c49e3986eab39e7a (patch)
tree8134ec96d622668029876d75e2ed893e7c1ed4b6 /configure
parentMerge remote-tracking branch 'remotes/stsquad/tags/pull-mttcg-240217-1' into ... (diff)
parenthw/mips: MIPS Boston board support (diff)
downloadqemu-6d3f4c6d1d8eb1187dc13713c49e3986eab39e7a.tar.gz
qemu-6d3f4c6d1d8eb1187dc13713c49e3986eab39e7a.tar.xz
qemu-6d3f4c6d1d8eb1187dc13713c49e3986eab39e7a.zip
Merge remote-tracking branch 'remotes/yongbok/tags/mips-20170224-2' into staging
MIPS patches 2017-02-24-2 CHanges: * Add the Boston board with fixing the make check issue on 32-bit hosts. # gpg: Signature made Fri 24 Feb 2017 11:43:45 GMT # gpg: using RSA key 0x2238EB86D5F797C2 # gpg: Good signature from "Yongbok Kim <yongbok.kim@imgtec.com>" # gpg: WARNING: This key is not certified with sufficiently trusted signatures! # gpg: It is not certain that the signature belongs to the owner. # Primary key fingerprint: 8600 4CF5 3415 A5D9 4CFA 2B5C 2238 EB86 D5F7 97C2 * remotes/yongbok/tags/mips-20170224-2: hw/mips: MIPS Boston board support Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 44ecbe6f74..df58e91285 100755
--- a/configure
+++ b/configure
@@ -3378,7 +3378,7 @@ fi
fdt_required=no
for target in $target_list; do
case $target in
- aarch64*-softmmu|arm*-softmmu|ppc*-softmmu|microblaze*-softmmu)
+ aarch64*-softmmu|arm*-softmmu|ppc*-softmmu|microblaze*-softmmu|mips64el-softmmu)
fdt_required=yes
;;
esac