mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
gh-bc: don't disable LTO on powerpc64
Summary: The LTO issue has been fixed. While -flto for some reason is commented out, since it wasn't completely removed, it may be expected to be reenabled. Reviewers: se Approved by: se MFC after: 3 days Subscribers: imp Differential Revision: https://reviews.freebsd.org/D38755
This commit is contained in:
parent
77606d5a8c
commit
6ae90f5985
1 changed files with 1 additions and 2 deletions
|
|
@ -71,8 +71,7 @@ MAN_SRC_BC= bc/A.1
|
|||
MAN_SRC_DC= dc/A.1
|
||||
|
||||
# prevent floating point incompatibilities caused by -flto on some architectures
|
||||
.if ${MACHINE_ARCH:Mmips*} == "" && ${MACHINE_ARCH} != powerpc64 && \
|
||||
${MACHINE_ARCH} != riscv64
|
||||
.if ${MACHINE_ARCH:Mmips*} == "" && ${MACHINE_ARCH} != riscv64
|
||||
CFLAGS+= -flto
|
||||
.endif
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue