Re: [hatari-devel] Updating to Hatari 2.0.0 in Fedora |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
- To: hatari-devel@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [hatari-devel] Updating to Hatari 2.0.0 in Fedora
- From: Andrea Musuruane <musuruan@xxxxxxxxx>
- Date: Sat, 17 Dec 2016 19:10:17 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-transfer-encoding; bh=pe1gSgsZGTpGmWONvUeNw0QfFo6bhdwfXMsmUEE5TF4=; b=K86rw+2FaQKFjjcLGpUuBc55ASPSdKoWqvm4/gbi35nuvLqdk///8f4otQARQPikvD yIQvAx8mUmd3DLD7aRFJWRNI1HnBXHGg9rl0mmaJg4WtkGFhP3rGusYsZJU42121YHrq NzivDMNRG1zFRgrSS93LqKtVJ9cgCfhMHlREUaT7D8EFMqGRoa9Z8b7d30ffxFuV10Dq YGycwsFLNQ1lXMrWwx24okre/VshebNOVU4C7fifCLVWnOUOjwHi6auBmixieDVq0x6Q zOSi4EwmHy2sJb7hedNI+MdEXs9SAsSm5e0HbK4o7dzNXkXdjShLpvoAW2mRHwxhUxRP vzkg==
Hi!
On Sat, Dec 17, 2016 at 6:16 PM, Nicolas Pomarède
<npomarede@xxxxxxxxxxxx> wrote:
> Hi
>
> could you try changing these lines in cpu/sysdeps.h (around line 55)
>
> #elif defined(__arm__) || defined(_M_ARM)
> #define CPU_arm 1
>
> To :
> #elif defined(__arm__) || defined(_M_ARM) || defined(__aarch64__)
> #define CPU_arm 1
>
>
> According to https://sourceforge.net/p/predef/wiki/Architectures/ this
> should be the corresponding flag set by the compiler.
> These defines are only used in JIT module for now, but it's not enabled in
> Hatari yet, so the change above should be enough to compile.
Now it builds fine. Thanks!
https://koji.fedoraproject.org/koji/taskinfo?taskID=16929428
BTW, I should also report that the following files state an incorrect
FSF address:
hatari-2.0.0/src/falcon/dsp.h
hatari-2.0.0/src/falcon/dsp.c
hatari-2.0.0/src/falcon/dsp_core.h
hatari-2.0.0/src/falcon/dsp_cpu.h
hatari-2.0.0/src/cpu/cpummu.h
hatari-2.0.0/src/cpu/cpummu.c
hatari-2.0.0/src/falcon/dsp_core.c
hatari-2.0.0/src/falcon/dsp_disasm.c
hatari-2.0.0/src/falcon/dsp_cpu.c
hatari-2.0.0/src/falcon/dsp_disasm.h
Fedora policies wants the maintainer to ask upstream to update the
address. I hope you can do this before the next release. The correct
address is written at http://www.fsf.org/about/contact/
Bye,
Andrea