IGNORE on ia64 and sparc64, because we know things currently cannot work
on these two.
This commit is contained in:
parent
634bb7f5b3
commit
2d78e8dca5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=160219
8 changed files with 32 additions and 0 deletions
|
@ -44,6 +44,10 @@ NOMANCOMPRESS= yes # too hard to deal with differences on 5-cur and releng4
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == ia64 || ${ARCH} == sparc64
|
||||
IGNORE= fails to work on this architure; cf. http://gcc.gnu.org/PR25865
|
||||
.endif
|
||||
|
||||
.if ${ARCH} == amd64 || ${ARCH} == ia64 || ${ARCH} == sparc64
|
||||
WITHOUT_JAVA= yes
|
||||
.endif
|
||||
|
|
|
@ -44,6 +44,10 @@ NOMANCOMPRESS= yes # too hard to deal with differences on 5-cur and releng4
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == ia64 || ${ARCH} == sparc64
|
||||
IGNORE= fails to work on this architure; cf. http://gcc.gnu.org/PR25865
|
||||
.endif
|
||||
|
||||
.if ${ARCH} == amd64 || ${ARCH} == ia64 || ${ARCH} == sparc64
|
||||
WITHOUT_JAVA= yes
|
||||
.endif
|
||||
|
|
|
@ -44,6 +44,10 @@ NOMANCOMPRESS= yes # too hard to deal with differences on 5-cur and releng4
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == ia64 || ${ARCH} == sparc64
|
||||
IGNORE= fails to work on this architure; cf. http://gcc.gnu.org/PR25865
|
||||
.endif
|
||||
|
||||
.if ${ARCH} == amd64 || ${ARCH} == ia64 || ${ARCH} == sparc64
|
||||
WITHOUT_JAVA= yes
|
||||
.endif
|
||||
|
|
|
@ -44,6 +44,10 @@ NOMANCOMPRESS= yes # too hard to deal with differences on 5-cur and releng4
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == ia64 || ${ARCH} == sparc64
|
||||
IGNORE= fails to work on this architure; cf. http://gcc.gnu.org/PR25865
|
||||
.endif
|
||||
|
||||
.if ${ARCH} == amd64 || ${ARCH} == ia64 || ${ARCH} == sparc64
|
||||
WITHOUT_JAVA= yes
|
||||
.endif
|
||||
|
|
|
@ -44,6 +44,10 @@ NOMANCOMPRESS= yes # too hard to deal with differences on 5-cur and releng4
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == ia64 || ${ARCH} == sparc64
|
||||
IGNORE= fails to work on this architure; cf. http://gcc.gnu.org/PR25865
|
||||
.endif
|
||||
|
||||
.if ${ARCH} == amd64 || ${ARCH} == ia64 || ${ARCH} == sparc64
|
||||
WITHOUT_JAVA= yes
|
||||
.endif
|
||||
|
|
|
@ -44,6 +44,10 @@ NOMANCOMPRESS= yes # too hard to deal with differences on 5-cur and releng4
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == ia64 || ${ARCH} == sparc64
|
||||
IGNORE= fails to work on this architure; cf. http://gcc.gnu.org/PR25865
|
||||
.endif
|
||||
|
||||
.if ${ARCH} == amd64 || ${ARCH} == ia64 || ${ARCH} == sparc64
|
||||
WITHOUT_JAVA= yes
|
||||
.endif
|
||||
|
|
|
@ -44,6 +44,10 @@ NOMANCOMPRESS= yes # too hard to deal with differences on 5-cur and releng4
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == ia64 || ${ARCH} == sparc64
|
||||
IGNORE= fails to work on this architure; cf. http://gcc.gnu.org/PR25865
|
||||
.endif
|
||||
|
||||
.if ${ARCH} == amd64 || ${ARCH} == ia64 || ${ARCH} == sparc64
|
||||
WITHOUT_JAVA= yes
|
||||
.endif
|
||||
|
|
|
@ -44,6 +44,10 @@ NOMANCOMPRESS= yes # too hard to deal with differences on 5-cur and releng4
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == ia64 || ${ARCH} == sparc64
|
||||
IGNORE= fails to work on this architure; cf. http://gcc.gnu.org/PR25865
|
||||
.endif
|
||||
|
||||
.if ${ARCH} == amd64 || ${ARCH} == ia64 || ${ARCH} == sparc64
|
||||
WITHOUT_JAVA= yes
|
||||
.endif
|
||||
|
|
Loading…
Reference in a new issue