Makefiles: use appropriate preprocessor vs. compiler flags
authorBrian Norris <banorris@uci.edu>
Tue, 28 May 2013 22:09:44 +0000 (15:09 -0700)
committerBrian Norris <banorris@uci.edu>
Tue, 28 May 2013 22:09:44 +0000 (15:09 -0700)
We should differentiate preprocessor vs. C++ compiler vs. C compiler
flags, according to the CPPFLAGS, CXXFLAGS, and CFLAGS conventions. That
way we can, for instance, easily add the appropriate --std=XXX flags
necessary for compiling with a C++11 (or C++0x) or C11 (or C1x)
compliant compiler.


No differences found