info@mobile-stream.com 9b5d150f90 main/cgdb: fix build on mips* (name collision)
There is a variable called "mips" in the code that conflicts with the
predefined "mips" macro. Add -std=c11 / -std=c++11 to CFLAGS / CXXFLAGS
to force removal of all the non-underscored predefined macros. This is
safe because README.md says the project is officially C11/C++11.
2018-11-26 10:04:05 +00:00
..