Module Name: src
Committed By: christos
Date: Sat May 11 02:39:32 UTC 2019
Modified Files:
src/external/gpl3/gcc/lib/libgcc: Makefile.inc
Log Message:
remove the ppc64 long-double-128; the default is 64 now.
To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 src/external/gpl3/gcc/lib/libgcc/Makefile.inc
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/gpl3/gcc/lib/libgcc/Makefile.inc
diff -u src/external/gpl3/gcc/lib/libgcc/Makefile.inc:1.42 src/external/gpl3/gcc/lib/libgcc/Makefile.inc:1.43
--- src/external/gpl3/gcc/lib/libgcc/Makefile.inc:1.42 Tue Apr 16 04:08:18 2019
+++ src/external/gpl3/gcc/lib/libgcc/Makefile.inc Fri May 10 22:39:32 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.42 2019/04/16 08:08:18 mrg Exp $
+# $NetBSD: Makefile.inc,v 1.43 2019/05/11 02:39:32 christos Exp $
LIBGCC_MACHINE_ARCH?=${MACHINE_ARCH:S/earmv5/earm/}
GCC_MACHINE_SUBDIR=${MACHINE_CPU:C/powerpc.*/rs6000/:C/x86_64/i386/}
@@ -144,10 +144,6 @@ BUILDSYMLINKS+= ${DIST}/libgcc/config/m6
CPPFLAGS.xfgnulib.c+= -DEXTFLOAT=1
.endif
-.if ${LIBGCC_MACHINE_ARCH} == "powerpc64"
-COPTS+= -mlong-double-128
-.endif
-
${LIB2FUNCS} ${LIB2FUNCS_ST}: ${.CURDIR}/Makefile
${_MKTARGET_CREATE}
printf '#define L${.PREFIX}\n#include <libgcc2.c>\n' >${.TARGET}