Restore hack to call amd64 by the name of x86_64 for the sake of configure.
This commit is contained in:
parent
9d431cf4ee
commit
4f0fd4573a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=159902
1 changed files with 4 additions and 0 deletions
|
@ -35,7 +35,11 @@ NOMANCOMPRESS= yes # too hard to deal with differences on 5-cur and releng4
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "amd64"
|
||||
CONFIGURE_TARGET= x86_64-portbld-freebsd${OSREL}
|
||||
.else
|
||||
CONFIGURE_TARGET= ${ARCH}-portbld-freebsd${OSREL}
|
||||
.endif
|
||||
|
||||
SRCDIR= ${WRKDIR}/gcc-${VERSIONSTRING}
|
||||
WRKSRC= ${WRKDIR}/build
|
||||
|
|
Loading…
Reference in a new issue