Obvious error is obvious.
To brooks: I caught this while investigating a stray error message on sparc64 builds. It has to do with the CONFIGURE_ENV+= CC="/usr/bin/clang" line which should not be executed on tier-2. I do not know of the proper fix yet.
This commit is contained in:
parent
ef62ddf431
commit
db70984576
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=421041
1 changed files with 2 additions and 2 deletions
|
@ -85,9 +85,9 @@ CLANG_DESC= Build with LLVM/Clang (required for blocks support)
|
|||
.endif
|
||||
|
||||
.if (${OSVERSION} < 1000706)
|
||||
.if ${ARCH} == "powerpc
|
||||
.if ${ARCH} == "powerpc"
|
||||
BROKEN= Does not configure on powerpc-9
|
||||
.elif ${ARCH} == "sparc64
|
||||
.elif ${ARCH} == "sparc64"
|
||||
BROKEN= Does not link on sparc64-9
|
||||
.endif
|
||||
.endif
|
||||
|
|
Loading…
Reference in a new issue