Restore hack to call amd64 by the name of x86_64 for the sake of configure.

This commit is contained in:
Gerald Pfeifer 2006-04-18 20:48:29 +00:00
parent 9d431cf4ee
commit 4f0fd4573a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=159902

View file

@ -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