gcc-wrapper: don't fail when cpp doesn't exist

This is fixup for 1d3917bb #1820. Gnatboot doesn't have cpp.
This commit is contained in:
Vladimír Čunát 2014-03-19 08:37:05 +01:00
parent 23d38a3e22
commit 1ed628acb2

View File

@ -154,7 +154,7 @@ then
ln -sv g++ $out/bin/c++
fi
mkGccWrapper $out/bin/cpp $gccPath/cpp
mkGccWrapper $out/bin/cpp $gccPath/cpp || true
if mkGccWrapper $out/bin/gfortran $gccPath/gfortran
then