Source-Changes-HG archive

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

[src/trunk]: src/external/lgpl3/gmp/lib/libgmp Enable warnings on sparc64 again



details:   https://anonhg.NetBSD.org/src/rev/1e57c3936acf
branches:  trunk
changeset: 325044:1e57c3936acf
user:      martin <martin%NetBSD.org@localhost>
date:      Sun Dec 01 09:29:37 2013 +0000

description:
Enable warnings on sparc64 again

diffstat:

 external/lgpl3/gmp/lib/libgmp/Makefile |  5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diffs (18 lines):

diff -r fa2bfb9b3232 -r 1e57c3936acf external/lgpl3/gmp/lib/libgmp/Makefile
--- a/external/lgpl3/gmp/lib/libgmp/Makefile    Sun Dec 01 09:29:06 2013 +0000
+++ b/external/lgpl3/gmp/lib/libgmp/Makefile    Sun Dec 01 09:29:37 2013 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.20 2013/11/30 23:45:05 wiz Exp $
+#      $NetBSD: Makefile,v 1.21 2013/12/01 09:29:37 martin Exp $
 
 .include <bsd.init.mk>
 
@@ -240,8 +240,5 @@
 .if !empty(GMP_MACHINE_ARCH:M*arm*)
 COPTS += -marm
 .endif
-.if ${GMP_MACHINE_ARCH} == "sparc64"
-NOGCCERROR=yes
-.endif
 
 CWARNFLAGS.clang+=     -Wno-unused-value -Wno-tautological-compare -Wno-parentheses



Home | Main Index | Thread Index | Old Index