Package: fs-uae / 2.8.0+dfsg-2

Metadata

Package Version Patches format
fs-uae 2.8.0+dfsg-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 define unknown CPUs as CPU_unknown.patch | (download)

src/include/sysdeps.h | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 define unknown host cpu types as cpu_unknown
 The latest upstream version of fs-uae introduced new JIT
 support for x86-based architectures. Unfortunately, this
 change also made the build bail out if the host CPU is not
 among the list of supported types. With this patch, unknown
 host CPUs no longer trigger an error but will just define
 the CPU type as 'CPU_unknown'.
 .