mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2024-12-31 23:35:38 +00:00
configure: remove obsoleted variable
9b9c37c364 ("tcg-sparc: Assume v9 cpu always, i.e. force v8plus in 32-bit mode.", 2012-09-21) removed the need for this variable and most of the references to it, but this one. Remove defunct code, no effect or functionality change expected. Backports commit edd318b7a3c54321ead363ffc1e22ebac5785f1d from qemu
This commit is contained in:
parent
61be812bfb
commit
467617cd8a
3
qemu/configure
vendored
3
qemu/configure
vendored
|
@ -1434,9 +1434,6 @@ echo "target list $target_list"
|
|||
echo "strip binaries $strip_opt"
|
||||
echo "static build $static"
|
||||
echo "mingw32 support $mingw32"
|
||||
if test -n "$sparc_cpu"; then
|
||||
echo "Target Sparc Arch $sparc_cpu"
|
||||
fi
|
||||
echo "PIE $pie"
|
||||
echo "membarrier $membarrier"
|
||||
echo "TCG support $tcg"
|
||||
|
|
Loading…
Reference in a new issue