CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/06/04 06:25:19
Modified files:
share/mk : bsd.dep.mk
Log message:
pass better arguments to mkdep.
- some std= parameters are actually critical, -std=c++11 makes a huge
difference for clang.
- explicitly ask mkdep to run the C++ compiler for C++ code, as again,
some compilers will see the difference.
(this should allow us to repair make depend under src/gnu/usr.bin/clang)
okay kettenis@
