Module Name: src
Committed By: christos
Date: Thu Apr 4 23:53:05 UTC 2024
Modified Files:
src/doc: HACKS
Log Message:
mention gallium.old hack
To generate a diff of this commit:
cvs rdiff -u -r1.241 -r1.242 src/doc/HACKS
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/HACKS
diff -u src/doc/HACKS:1.241 src/doc/HACKS:1.242
--- src/doc/HACKS:1.241 Fri Jan 12 03:44:42 2024
+++ src/doc/HACKS Thu Apr 4 19:53:05 2024
@@ -1,4 +1,4 @@
-# $NetBSD: HACKS,v 1.241 2024/01/12 08:44:42 martin Exp $
+# $NetBSD: HACKS,v 1.242 2024/04/04 23:53:05 christos Exp $
#
# This file is intended to document workarounds for currently unsolved
# (mostly) compiler bugs.
@@ -1115,3 +1115,12 @@ descr
56 | __asm("movq %%gs:%1, %0" :
and can't easily be worked around.
kcah
+
+hack ctfconvert/gcc: disable gcc dwarf-4 generation
+cdate Thu Apr 4 19:51:05 EDT 2024
+who christos
+file src/external/mit/xorg/lib/gallium.old/Makefile : 1.9
+descr
+ Some files create dwarf info that our ctfmerge can't handle.
+ We downgrade dwarf generation to version 3 which works.
+kcah