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 workaround for internal compile...



details:   https://anonhg.NetBSD.org/src/rev/4dadb14e33c3
branches:  trunk
changeset: 786959:4dadb14e33c3
user:      christos <christos%NetBSD.org@localhost>
date:      Fri May 24 17:18:12 2013 +0000

description:
workaround for internal compiler error

diffstat:

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

diffs (18 lines):

diff -r 8b075e496f56 -r 4dadb14e33c3 external/mit/xorg/lib/libGLU/Makefile
--- a/external/mit/xorg/lib/libGLU/Makefile     Fri May 24 16:38:46 2013 +0000
+++ b/external/mit/xorg/lib/libGLU/Makefile     Fri May 24 17:18:12 2013 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.10 2011/08/11 23:15:38 joerg Exp $
+#      $NetBSD: Makefile,v 1.11 2013/05/24 17:18:12 christos Exp $
 
 NOLINT=                1       # XTODO: tess.ln SIGSEGVs lint :(
 
@@ -97,4 +97,8 @@
 COPTS.tobezier.cc+=    -Wno-error
 .endif
 
+.if ${MACHINE_ARCH} == "m68000" || ${MACHINE_ARCH} == "m68k"
+COPTS.sampleCompTop.cc+=       -O0
+.endif
+
 CWARNFLAGS.clang+=     -Wno-parentheses



Home | Main Index | Thread Index | Old Index