- Mark BROKEN with powerpc/elf combination (might be all powerpc, don't know)
PR: ports/168527 Submitted by: scheidell@ (me) Approved by: The dancing elves (maintainer)
This commit is contained in:
parent
bf82f7adb7
commit
d8bfa99660
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=297950
1 changed files with 3 additions and 1 deletions
|
@ -86,9 +86,11 @@ PATCHFILES+= ${PORTNAME}-${PORTVERSION}-rtems4.11-20110107.diff
|
|||
.endif
|
||||
|
||||
.if !defined(TGTARCH) || !defined(TGTABI)
|
||||
PKGNAMEPREFIX= cross-
|
||||
IGNORE= you should define TGTARCH and TGTABI to build port
|
||||
.endif
|
||||
.if defined(TGTARCH) && (${TGTABI} == "elf" && ${TGTARCH} == "powerpc")
|
||||
IGNORE= will not build with TGTARCH=powerpc and TGTABI=elf
|
||||
.endif
|
||||
|
||||
#
|
||||
# Macro to fix up info referencies
|
||||
|
|
Loading…
Reference in a new issue