"Taylor R Campbell" writes: > Module Name: src > Committed By: riastradh > Date: Tue Jul 19 23:19:35 UTC 2022 > > Modified Files: > src/sys/external/bsd/drm2/drm: files.drmkms > > Log Message: > drm: Undefine `alpha' in CPPFLAGS. Causes lotsa trouble! > > But don't undefine it outside drmkms; `#ifdef alpha' or equivalent is > used elsewhere in-tree. (Maybe it should be replaced by __alpha__.)
welcome to -D${MACHINE}. this isn't the compiler, but our build framework we inherited a long long time ago :-) looks like only a small number of files check for "alpha" vs "__alpha__" currently, and all can likely be switched. .mrg.