CVSROOT: /cvs Module name: ports Changes by: [email protected] 2020/08/25 07:28:20
Modified files:
devel/cgdb : Makefile
Log message:
Fix build on mips64.
The source code uses identifier `mips' that happens to be one of the
(now legacy) builtin macros defined by the compiler on mips64. Avoid
the conflict by undefining the builtin macro.
OK jca@
