Source-Changes-HG archive

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

[src/trunk]: src/external/mit/xorg/lib/libGLU Remove workaround for internal ...



details:   https://anonhg.NetBSD.org/src/rev/5276622ca343
branches:  trunk
changeset: 449794:5276622ca343
user:      rin <rin%NetBSD.org@localhost>
date:      Sun Mar 24 00:47:16 2019 +0000

description:
Remove workaround for internal compiler error.

GCC 7 and 6 work fine without this for both m68k and m68010.

diffstat:

 external/mit/xorg/lib/libGLU/Makefile |  6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diffs (19 lines):

diff -r a00ff1e7a964 -r 5276622ca343 external/mit/xorg/lib/libGLU/Makefile
--- a/external/mit/xorg/lib/libGLU/Makefile     Sun Mar 24 00:23:59 2019 +0000
+++ b/external/mit/xorg/lib/libGLU/Makefile     Sun Mar 24 00:47:16 2019 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.19 2019/03/10 02:29:53 mrg Exp $
+#      $NetBSD: Makefile,v 1.20 2019/03/24 00:47:16 rin Exp $
 
 .include <bsd.own.mk>
 
@@ -155,9 +155,5 @@
 COPTS.sorter.cc+=      -Wno-error
 COPTS.tobezier.cc+=    -Wno-error
 
-.if ${MACHINE_ARCH} == "m68000" || ${MACHINE_ARCH} == "m68k"
-COPTS.sampleCompTop.cc+=       -O0
-.endif
-
 CWARNFLAGS.clang+=     -Wno-parentheses -Wno-tautological-compare
 CWARNFLAGS.clang+=     -Wno-deprecated-register



Home | Main Index | Thread Index | Old Index