This website requires JavaScript.
Explore
Help
Sign In
OpenE2K
/
qemu-e2k
Watch
13
Star
4
Fork
0
You've already forked qemu-e2k
Code
Issues
4
Pull Requests
Projects
2
Releases
Activity
fa892e9abb
qemu-e2k
/
configs
/
targets
/
x86_64-bsd-user.mak
4 lines
82 B
Makefile
Raw
Normal View
History
Unescape
Escape
default-configs: use TARGET_ARCH key 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>
2020-09-21 11:11:01 +02:00
TARGET_ARCH
=
x86_64
configure: remove target configuration 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>
2020-09-21 10:37:49 +02:00
TARGET_BASE_ARCH
=
i386
TARGET_XML_FILES
=
gdb-xml/i386-64bit.xml
Reference in New Issue
Copy Permalink