]> gcc.gnu.org Git - gcc.git/commit
improve error when /usr/include isn't found [PR90835]
authorEric Gallager <egallager@gcc.gnu.org>
Wed, 25 May 2022 16:45:33 +0000 (12:45 -0400)
committerEric Gallager <egallager@gcc.gnu.org>
Sun, 20 Aug 2023 03:57:01 +0000 (23:57 -0400)
commit9a5d1fceb86a61c9ead380df89ce3c4ba387d2e5
tree7a53a8e3acad06eb35417f41ead7e76f0b5a3b75
parent966f3c134bb4802ac7ba0517de4e8e3f6384cfa3
improve error when /usr/include isn't found [PR90835]

This is a pretty simple patch that ought to help Darwin users understand
better why their build is failing when they forget to pass the
--with-sysroot= flag to configure.

gcc/ChangeLog:

PR target/90835
* Makefile.in: improve error message when /usr/include is
missing
gcc/Makefile.in
This page took 0.069804 seconds and 6 git commands to generate.