Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/gpl3/gcc/lib/libgcc remove the ppc64 long-double-12...



details:   https://anonhg.NetBSD.org/src/rev/895055dd4b75
branches:  trunk
changeset: 451231:895055dd4b75
user:      christos <christos%NetBSD.org@localhost>
date:      Sat May 11 02:39:32 2019 +0000

description:
remove the ppc64 long-double-128; the default is 64 now.

diffstat:

 external/gpl3/gcc/lib/libgcc/Makefile.inc |  6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diffs (20 lines):

diff -r 82f7f7159a77 -r 895055dd4b75 external/gpl3/gcc/lib/libgcc/Makefile.inc
--- a/external/gpl3/gcc/lib/libgcc/Makefile.inc Sat May 11 02:37:58 2019 +0000
+++ b/external/gpl3/gcc/lib/libgcc/Makefile.inc Sat May 11 02:39:32 2019 +0000
@@ -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 @@
 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}



Home | Main Index | Thread Index | Old Index