summaryrefslogtreecommitdiffstats
path: root/default-configs/targets/hppa-linux-user.mak
Commit message (Collapse)AuthorAgeFilesLines
* default-configs: remove redundant keysPaolo Bonzini2020-10-031-2/+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/+7
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>