This website requires JavaScript.
Explore
Help
Sign In
dfaggioli
/
qemu
Watch
1
Star
0
Fork
0
You've already forked qemu
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
c8b39c9b5b901b173fbbb0ec3f147e9694ece48c
qemu
/
configs
/
targets
/
sh4-linux-user.mak
5 lines
85 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 05:11:01 -04:00
TARGET_ARCH
=
sh4
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 04:37:49 -04:00
TARGET_SYSTBL_ABI
=
common
TARGET_SYSTBL
=
syscall.tbl
TARGET_HAS_BFLT
=
y
Reference in New Issue
Copy Permalink