summaryrefslogtreecommitdiffstats
path: root/default-configs/targets/microblaze-softmmu.mak
Commit message (Collapse)AuthorAgeFilesLines
* dtc: Convert Makefile bits to meson bitsPaolo Bonzini2020-10-061-0/+1
| | | | | | | | | | | Build the library via the main meson.build just like for capstone. This improves the current state of affairs in that we will re-link the qemu executables against a changed libfdt.a, which we wouldn't do before-hand, and lets us remove the whole recursive make machinery. Tested-by: Richard Henderson <richard.henderson@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
* default-configs: remove redundant keysPaolo Bonzini2020-10-031-1/+0Star
| | | | | | | TARGET_BASE_ARCH and TARGET_ABI_DIR are 99% of the time the same as TARGET_ARCH, remove them if so. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
* default-configs: use TARGET_ARCH keyPaolo Bonzini2020-10-031-1/+1
| | | | | | | Replace the individual TARGET_*=y lines with TARGET_ARCH, similar to how TARGET_BASE_ARCH is handled already. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
* configure: remove target configurationPaolo Bonzini2020-10-031-0/+4
The config-target.mak files are small constant, we can therefore just write them down explicitly. This removes a pretty large part of the configure script, including the whole logic to detect which accelerators are supported by each target. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>