BROKEN on sparc64: Fails to link
This commit is contained in:
parent
f2befaf41c
commit
151e9079d2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=109055
1 changed files with 4 additions and 0 deletions
|
@ -44,6 +44,10 @@ MANPAGES= gdb.1:gdb run.1:sim/common
|
|||
BROKEN= "Configure fails on amd64"
|
||||
.endif
|
||||
|
||||
.if ${ARCH} == "sparc64"
|
||||
BROKEN= "Fails to link"
|
||||
.endif
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${PREFIX}/${PKGNAMEPREFIX:S/-$//}/bin
|
||||
.for F in ${BINARIES}
|
||||
|
|
Loading…
Reference in a new issue