Author: gjb
Date: Wed Jan 31 21:41:42 2018
New Revision: 328637
URL: https://svnweb.freebsd.org/changeset/base/328637
Log:
Fix build by escaping a line break.
PR: 225597
Submitted by: cbnfinley at gmail.com
Sponsored by: The FreeBSD Foundation
Modified:
head/lib/libgcc_s/Makefile
Modified: head/lib/libgcc_s/Makefile
==============================================================================
--- head/lib/libgcc_s/Makefile Wed Jan 31 21:14:59 2018 (r328636)
+++ head/lib/libgcc_s/Makefile Wed Jan 31 21:41:42 2018 (r328637)
@@ -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
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"