Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2022-01-28 03:24:16 +0300
committerMike Frysinger <vapier@gentoo.org>2022-01-29 09:35:30 +0300
commitfc0bd2eb039bfe83d4d6c0ec6507cc5f631edad7 (patch)
tree422d9ccfdd06fdb179b04fcf088f95b3e63e139f /newlib/configure.host
parent6444f108d9a4a6fac8462c116d4104889b5efb95 (diff)
newlib: use abs_newlib_basedir for -I paths
When we had configure scripts in subdirs, the newlib_basedir value was computed relative to that, and it'd be the same when used in the Makefile in the same dir. With many subdir configure scripts removed, the top-level configure & Makefile can't use the same relative path. So switch the subdir Makefiles over to abs_newlib_basedir when they use -I to find source headers. Do this for all subdirs, even ones with configure scripts and where newlib_basedir works. This makes the code consistent, and avoids surprises if the configure script is ever removed in the future as part of merging to the higher level. Some of the subdirs were using -I$(newlib_basedir)/../newlib/ for some reason. Collapse those too since newlib_basedir points to the newlib source tree already.
Diffstat (limited to 'newlib/configure.host')
0 files changed, 0 insertions, 0 deletions