OSDN Git Service

default-configs/ppc64-softmmu: Include 32-bit configs instead of copying them
authorThomas Huth <thuth@redhat.com>
Tue, 16 Jan 2018 12:15:55 +0000 (13:15 +0100)
committerDavid Gibson <david@gibson.dropbear.id.au>
Sat, 20 Jan 2018 06:09:39 +0000 (17:09 +1100)
commit21d64275adbc5655214659cb454f5476cb3c363b
tree9bfb9325848202b9a3b24cc4a90ebe0564c09d3a
parentb384cd95eb9c6f73ad84ed1bb0717a26e29cc78f
default-configs/ppc64-softmmu: Include 32-bit configs instead of copying them

qemu-softmmu-ppc64 is supposed to be a superset of qemu-softmmu-ppc.
However, instead of simply including the 32-bit config file, we've
duplicated all CONFIG_xxx settings there instead. This way, we've missed
some CONFIG switches in ppc64-softmmu.mak which were only added to the
32-bit config file (e.g. CONFIG_SUNGEM). Let's fix this problem by
including the 32-bit config file into the 64-bit config file instead
of duplicating all the CONFIG switches there.

Signed-off-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
default-configs/ppc64-softmmu.mak