mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-04-26 05:49:49 +00:00
If glibc's configure finds the host c++ executable it assumes that c++ should be enabled for the build. In case we don't have cross g++ built yet (ie, for headers), this causes the build to fail creating C++ headers. So hide C++ from the build. Signed-off-by: Dan McGregor <dan.mcgregor@usask.ca>