]> git.saurik.com Git - apt.git/commit
move std=c++11 from CXXFLAGS to CXX
authorDavid Kalnischkies <david@kalnischkies.de>
Fri, 11 Sep 2015 23:26:17 +0000 (01:26 +0200)
committerDavid Kalnischkies <david@kalnischkies.de>
Mon, 14 Sep 2015 13:22:18 +0000 (15:22 +0200)
commitaa91826fa7c0cfd1f5ec8f062b9e1b134d65c850
tree27906ad5daab01a6f2a66a71ff2cc2297ebe03b9
parent69b7654484c3f16d61f315275abb15cc062d190e
move std=c++11 from CXXFLAGS to CXX

Setting CXXFLAGS like --coverage on the commandline fails if we set the
std too late, so if we set it with the compiler name we set it always
first. A bit hacky as it bends the expectation, but seems to work.

Git-Dch: Ignore
buildlib/environment.mak.in