Fix build by escaping a line break.
PR: 225597 Submitted by: cbnfinley at gmail.com Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
33c689700a
commit
89bac9f645
@ -35,7 +35,7 @@ SRCS+= s_scalbnf.c
|
||||
|
||||
# Don't include long double routines on architectures where long double
|
||||
# is the same size as double.
|
||||
.if ${MACHINE_CPUARCH} != "mips" && ${MACHINE_CPUARCH} != "arm" &&
|
||||
.if ${MACHINE_CPUARCH} != "mips" && ${MACHINE_CPUARCH} != "arm" && \
|
||||
${MACHINE_CPUARCH} != "powerpc"
|
||||
SRCS+= s_fmaxl.c
|
||||
SRCS+= s_logbl.c
|
||||
|
Loading…
Reference in New Issue
Block a user