diff options
| author | Paolo Bonzini | 2013-02-05 12:52:23 +0100 |
|---|---|---|
| committer | Paolo Bonzini | 2013-03-01 15:01:19 +0100 |
| commit | e4c8b28cde12d01ada8fe869567dc5717a2dfcb7 (patch) | |
| tree | b6cc7e7cba6af6af1f6813b1dacbe97d5b321353 /configure | |
| parent | build: always link device_tree.o into emulators if libfdt available (diff) | |
| download | qemu-e4c8b28cde12d01ada8fe869567dc5717a2dfcb7.tar.gz qemu-e4c8b28cde12d01ada8fe869567dc5717a2dfcb7.tar.xz qemu-e4c8b28cde12d01ada8fe869567dc5717a2dfcb7.zip | |
ppc: express FDT dependency of pSeries and e500 boards via default-configs/
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -4144,9 +4144,6 @@ case "$target_arch2" in i386|x86_64) echo "CONFIG_HAVE_GET_MEMORY_MAPPING=y" >> $config_target_mak esac -if test "$target_arch2" = "ppc64" -a "$fdt" = "yes"; then - echo "CONFIG_PSERIES=y" >> $config_target_mak -fi if test "$target_bigendian" = "yes" ; then echo "TARGET_WORDS_BIGENDIAN=y" >> $config_target_mak fi |
