From: Mark Wooding Date: Mon, 15 Jun 2020 17:01:12 +0000 (+0100) Subject: Merge branch 'master' into deploy X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/distorted-chroot/commitdiff_plain/089b4175cd60b472efa997a9a6e9185c98f65e8c?hp=e46b83564762947004b1eeea5b38ff50766a3e82 Merge branch 'master' into deploy * master: Makefile: Include C++ headers in the cross-tools bundle. --- diff --git a/Makefile b/Makefile index 79495a4..4b4a616 100644 --- a/Makefile +++ b/Makefile @@ -155,7 +155,8 @@ CROSS_PATHS += \ $(addprefix /usr/bin/$a-, \ cpp gcc g++ gcov gcov-dump gcov-tool gprof \ gcc-ar gcc-nm gcc-ranlib) \ - /usr/lib/gcc-cross/$a/) + /usr/lib/gcc-cross/$a/ \ + /usr/$a/include/c++) ## Local packages to be compiled and installed in chroots. Archives can be ## found in `pkg/'.