This old version of GCC really only makes sense on i386 at this point (if at
all), so use ONLY_FOR_ARCHS=i386. Drop maintainership.
This commit is contained in:
parent
b13e853d21
commit
9bda2aa437
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=106720
1 changed files with 3 additions and 5 deletions
|
@ -20,7 +20,7 @@ DISTFILES= gcc-core-${PORTVERSION}${EXTRACT_SUFX} \
|
|||
gcc-java-${PORTVERSION}${EXTRACT_SUFX} \
|
||||
gcc-objc-${PORTVERSION}${EXTRACT_SUFX}
|
||||
|
||||
MAINTAINER?= gerald@FreeBSD.org
|
||||
MAINTAINER?= ports@FreeBSD.org
|
||||
COMMENT?= GNU Compiler Collection 3.2.3
|
||||
|
||||
LATEST_LINK?= gcc32${PKGNAMESUFFIX}
|
||||
|
@ -33,11 +33,9 @@ CONFIGURE_SCRIPT= ../${SRCDIR:C/${WRKDIR}//}/configure
|
|||
USE_GCC= X
|
||||
NOMANCOMPRESS= yes # too hard to deal with differences on 5-cur and releng4
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
ONLY_FOR_ARCHS= i386
|
||||
|
||||
.if ${ARCH} == "amd64"
|
||||
BROKEN= "Configure broken due to renaming this architecture from x86_84."
|
||||
.endif
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PORTOBJFORMAT} == "aout"
|
||||
CONFIGURE_TARGET= ${ARCH}-portbld-freebsdaout${OSREL}
|
||||
|
|
Loading…
Reference in a new issue