]> sourceware.org Git - newlib-cygwin.git/commit
newlib: fix cygwin -I path
authorMike Frysinger <vapier@gentoo.org>
Fri, 28 Jan 2022 00:29:14 +0000 (19:29 -0500)
committerMike Frysinger <vapier@gentoo.org>
Sat, 29 Jan 2022 06:35:30 +0000 (01:35 -0500)
commit6a59fc444b46681b59ce3152cfbd3c9e024455fa
tree61bb4aa64f7c01f4e75ecb1463887bc243cf5358
parentfc0bd2eb039bfe83d4d6c0ec6507cc5f631edad7
newlib: fix cygwin -I path

This code snippet assumed it was only ever run in the top configure
script where srcdir would point to newlib/ which is parallel to the
winsup/ tree.  This is incorrect for all of the subdir configure
scripts leading to bad -I flags in $(CC).  Switch it over to the
new abs_newlib_basedir which should work in all subdirs.
newlib/configure.host
This page took 0.032284 seconds and 5 git commands to generate.