Searched hist:32761257 (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/ |
H A D | configure | 13586813446054aeff71b359aa627e201094375c Sun Nov 18 13:16:26 CST 2012 Stefan Weil <sw@weilnetz.de> 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> 32761257c0b9fa7ee04d2871a6e48a41f119c469 Wed Oct 31 02:04:23 CDT 2012 Yeongkyoon Lee <yeongkyoon.lee@samsung.com> configure: Add CONFIG_QEMU_LDST_OPTIMIZATION for TCG qemu_ld/st optimization
Enable CONFIG_QEMU_LDST_OPTIMIZATION for TCG qemu_ld/st optimization only when a host is i386 or x86_64.
Signed-off-by: Yeongkyoon Lee <yeongkyoon.lee@samsung.com> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
|