]> git.proxmox.com Git - qemu.git/commit
tci: Fix build breakage (unresolved symbol tcg_out_tb_finalize)
authorStefan Weil <sw@weilnetz.de>
Sun, 18 Nov 2012 19:16:26 +0000 (20:16 +0100)
committerBlue Swirl <blauwirbel@gmail.com>
Sun, 18 Nov 2012 20:38:04 +0000 (20:38 +0000)
commit13586813446054aeff71b359aa627e201094375c
tree7bc70e2157520c42291eb85865f58dcd49cd2bbb
parentde91f537997c96204e35fb308aacb102071f0827
tci: Fix build breakage (unresolved symbol tcg_out_tb_finalize)

Commit 32761257c0b9fa7ee04d2871a6e48a41f119c469 enabled
qemu_ld/st optimization unconditionally for some hosts.

The TCG interpreter still does not support this kind of
optimization. Therefore builds with TCI fail with an
unresolved symbol tcg_out_tb_finalize. This is fixed here.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
configure