View | Details | Raw Unified | Return to bug 280719
Collapse All | Expand All

(-)b/net/mpich/Makefile (-3 / +3 lines)
Lines 85-93 PORTDOCS= * Link Here
85
IGNORE=	is currently not working with the L0 option. Unset L0
85
IGNORE=	is currently not working with the L0 option. Unset L0
86
.endif
86
.endif
87
87
88
.if ${COMPILER_TYPE} == clang && ${COMPILER_VERSION} == 170
88
.if ${COMPILER_TYPE} == clang && (${COMPILER_VERSION} == 170 || ${COMPILER_VERSION} == 181 && ${ARCH} == "i386")
89
# linker error when compiling with llvm 17.0.6 on CURRENT - PR 276035
89
# linker error when compiling with llvm 17.0.6 on CURRENT - PR 276035
90
# To be removed with llvm-18
90
# To be removed when all RELEASE and CURRENT no longer need it
91
# Error remains for i386 and llvm-181 on CURRENT
91
CONFIGURE_ENV+=	ac_cv_sizeof___float128=0
92
CONFIGURE_ENV+=	ac_cv_sizeof___float128=0
92
.endif
93
.endif
93
94
94
- 

Return to bug 280719