Cfish Build for Arbitrary 32-bit?

Discussion of anything and everything relating to chess playing software and machines.

Moderators: hgm, Rebel, chrisw

User avatar
mhull
Posts: 13447
Joined: Wed Mar 08, 2006 9:02 pm
Location: Dallas, Texas
Full name: Matthew Hull

Cfish Build for Arbitrary 32-bit?

Post by mhull »

Can the Cfish Makefile build for an arbitrary 32-bit architecture, e.g. RISC-V, M68k, etc.?
Matthew Hull
ZirconiumX
Posts: 1334
Joined: Sun Jul 17, 2011 11:14 am

Re: Cfish Build for Arbitrary 32-bit?

Post by ZirconiumX »

mhull wrote:Can the Cfish Makefile build for an arbitrary 32-bit architecture, e.g. RISC-V, M68k, etc.?

Code: Select all

make ARCH=general-32 COMP=gcc build
Yes.
Some believe in the almighty dollar.

I believe in the almighty printf statement.