mirror of
https://github.com/yuzu-emu/unicorn
synced 2024-11-24 09:28:36 +00:00
remove qemu/config-all-disas.mak
This commit is contained in:
parent
3eb51116b9
commit
309abbe453
1 changed files with 0 additions and 3 deletions
3
qemu/configure
vendored
3
qemu/configure
vendored
|
@ -1520,8 +1520,6 @@ echo "PIE $pie"
|
|||
|
||||
config_host_mak="config-host.mak"
|
||||
|
||||
echo "# Automatically generated by configure - do not modify" >config-all-disas.mak
|
||||
|
||||
echo "# Automatically generated by configure - do not modify" > $config_host_mak
|
||||
echo >> $config_host_mak
|
||||
|
||||
|
@ -1905,7 +1903,6 @@ ldflags=""
|
|||
|
||||
if test "$tcg_interpreter" = "yes" ; then
|
||||
echo "CONFIG_TCI_DIS=y" >> $config_target_mak
|
||||
echo "CONFIG_TCI_DIS=y" >> config-all-disas.mak
|
||||
fi
|
||||
|
||||
case "$ARCH" in
|
||||
|
|
Loading…
Reference in a new issue