Source-Changes archive

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

CVS commit: src/external/mit/xorg/lib/gallium



Module Name:    src
Committed By:   mrg
Date:           Fri Nov 14 19:30:22 UTC 2025

Modified Files:
        src/external/mit/xorg/lib/gallium: Makefile

Log Message:
make this build without warnings on m68k and GCC 14.

format_utils.c and glsl_parser.cpp get -Os, and glsl_lexer.cpp gets
-O1 -fno-jump-tables, to avoid eg:

{standard input}:60465: Warning: .word .L5289-.L5291+00000000 didn't fit

assembler warnings (that should really be an error?)


To generate a diff of this commit:
cvs rdiff -u -r1.62 -r1.63 src/external/mit/xorg/lib/gallium/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index