mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 16:23:55 -06:00
Generate gdbstub-xml.c only when needed
First user of new config-devices.mak Patchworks-ID: 35198 Signed-off-by: Juan Quintela <quintela@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
fe0d4d3f77
commit
3d0f151783
14 changed files with 31 additions and 9 deletions
2
configure
vendored
2
configure
vendored
|
@ -2302,8 +2302,8 @@ if test ! -z "$gdb_xml_files" ; then
|
|||
for x in $gdb_xml_files; do
|
||||
list="$list $source_path/gdb-xml/$x"
|
||||
done
|
||||
echo "TARGET_XML_FILES=$list" >> $config_target_mak
|
||||
fi
|
||||
echo "TARGET_XML_FILES=$list" >> $config_target_mak
|
||||
|
||||
case "$target_arch2" in
|
||||
arm|armeb|m68k|microblaze|mips|mipsel|mipsn32|mipsn32el|mips64|mips64el|ppc|ppc64|ppc64abi32|ppcemb|sparc|sparc64|sparc32plus)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue