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-04-02 19:07:58 +02:00
parent 23d38a3e22
commit 1ed628acb2
+1 -1
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