Re: [hatari-devel] error: #error unrecognized CPU type |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
Am Fri, 13 Jan 2017 14:49:42 +0100
schrieb Andrea Musuruane <musuruan@xxxxxxxxx>:
> Hi,
> I'd like to add that Dan Horák made a similar patch for Fedora to
> compile hatari under s390(x):
> http://pkgs.fedoraproject.org/cgit/rpms/hatari.git/tree/hatari-2.0.0-s390..patch
OK, thanks for the pointer, I've now fixed it like this:
https://hg.tuxfamily.org/mercurialroot/hatari/hatari/rev/230cc43f07e2
That means compilation should now also succeed if we did not recognize
the host CPU - the error is only required for compiling with JIT, which
we do not support in Hatari yet.
Thomas