]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
package: set CXX to false rather than "" if no C++ support is enabled
authorPeter Korsgaard <jacmet@sunsite.dk>
Mon, 4 May 2009 19:19:59 +0000 (21:19 +0200)
committerPeter Korsgaard <jacmet@sunsite.dk>
Mon, 4 May 2009 19:22:44 +0000 (21:22 +0200)
commita0352751ac2da3e961b0be7a175f9d9794d165f3
treec433a725b92f9ea20377d6683c12780716ffa97b
parenta657cf77ead0bc69ea16580fe8da4441db34e4b1
package: set CXX to false rather than "" if no C++ support is enabled

Some configure scripts seems to ignore CXX settings if it is set to
the empty string, and goes back to the default (<arch>-linux-g++),
so use false instead, as that will loudly break the build if the
C++ compiler is ever used.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/Makefile.in