mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
This does compile on the Alpha--well, sometimes it does. I agree with kris'
speculation that the default CFLAGS may be causing the problem seen on the package-building cluster. Try to work around the problem.
This commit is contained in:
parent
5596c12cff
commit
37c06cf84b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=126419
@ -18,7 +18,7 @@ DISTFILES= gcc-core-${GCC_REV}${EXTRACT_SUFX} \
|
||||
MAINTAINER= trevor@FreeBSD.org
|
||||
COMMENT= GNU Compiler Collection
|
||||
|
||||
ONLY_FOR_ARCHS= i386
|
||||
ONLY_FOR_ARCHS= alpha i386
|
||||
USE_BZIP2= yes
|
||||
|
||||
LATEST_LINK= gcc295
|
||||
@ -29,6 +29,10 @@ LATEST_LINK= gcc295
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} = alpha
|
||||
WITHOUT_CPU_CFLAGS= yes
|
||||
.endif
|
||||
|
||||
.if ${OSVERSION} >= 500039
|
||||
WITHOUT_CPU_CFLAGS= yes
|
||||
.endif
|
||||
|
Loading…
Reference in New Issue
Block a user