Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/external/mit/xorg
Module Name: src
Committed By: mrg
Date: Sat Nov 15 06:53:16 UTC 2025
Modified Files:
src/external/mit/xorg/bin/xterm: Makefile
src/external/mit/xorg/lib/gallium: Makefile
Log Message:
fix some m68k warnings
for xterm's charset.c, use -fno-jump-tables to avoid warnings.
for gallium, the format_utils.c and glsl_lexer.cpp parts for GCC 14 are
also needed here (-Os / -O1 -fno-jump-tables). (glsl_parser.cpp does
not need -Os like GCC 14 does.)
tested with both GCC 12 and 14.
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/external/mit/xorg/bin/xterm/Makefile
cvs rdiff -u -r1.63 -r1.64 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