- Fix build
Submitted by: Gautam Mani <execve@gmail.com> (maintainer)
This commit is contained in:
parent
5e9ca9bd60
commit
028b951b1a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=282597
1 changed files with 3 additions and 2 deletions
|
@ -25,8 +25,9 @@ ALL_TARGET= build ARCH=${MYARCH}
|
|||
|
||||
# workaround the ARCH usage in the stockfish Makefile
|
||||
.if ${MYARCH} == "i386"
|
||||
MYARCH= x86-32
|
||||
ALL_TARGET= build ARCH=${MYARCH}
|
||||
ALL_TARGET= build ARCH=x86-32
|
||||
.elif ${MYARCH} == "amd64"
|
||||
ALL_TARGET= build ARCH=x86-64
|
||||
.endif
|
||||
|
||||
.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64"
|
||||
|
|
Loading…
Reference in a new issue