Julian Smith: > devel/gmake defaults to CC=cc but CXX=g++.
Not any more. Starting with 4.4.1, gmake sets the CXX default to the C++ compiler it found at configure time, i.e., "c++" in our case. > Index src/default.c > --- src/default.c.orig > +++ src/default.c > @@ -530,7 +530,7 @@ > "OBJC", "gcc", > #else > "CC", "cc", > - "CXX", "g++", > + "CXX", "c++", > "OBJC", "cc", > #endif That doesn't even apply to 4.4.1. I think you're on 7.3 and not on -current. -- Christian "naddy" Weisgerber [email protected]
