acadia-newlib/newlib/libm/machine/arm
Mike Frysinger fc0bd2eb03 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.
2022-01-29 01:35:30 -05:00
..
Makefile.am newlib: use abs_newlib_basedir for -I paths 2022-01-29 01:35:30 -05:00
Makefile.in newlib: use abs_newlib_basedir for -I paths 2022-01-29 01:35:30 -05:00
_fenv.h arm: Split fenv.c into multiple files 2020-07-29 06:58:17 +02:00
e_sqrt.c ARM: Fix IEEE-754 sqrt implementation 2017-03-22 10:01:50 +01:00
ef_sqrt.c ARM: Fix IEEE-754 sqrt implementation 2017-03-22 10:01:50 +01:00
fe_dfl_env.c arm: Split fenv.c into multiple files 2020-07-29 06:58:17 +02:00
feclearexcept.c arm: Split fenv.c into multiple files 2020-07-29 06:58:17 +02:00
fedisableexcept.c arm: Split fenv.c into multiple files 2020-07-29 06:58:17 +02:00
feenableexcept.c arm: Split fenv.c into multiple files 2020-07-29 06:58:17 +02:00
fegetenv.c arm: Split fenv.c into multiple files 2020-07-29 06:58:17 +02:00
fegetexcept.c arm: Split fenv.c into multiple files 2020-07-29 06:58:17 +02:00
fegetexceptflag.c arm: Split fenv.c into multiple files 2020-07-29 06:58:17 +02:00
fegetround.c arm: Split fenv.c into multiple files 2020-07-29 06:58:17 +02:00
feholdexcept.c arm: Split fenv.c into multiple files 2020-07-29 06:58:17 +02:00
feraiseexcept.c arm: Split fenv.c into multiple files 2020-07-29 06:58:17 +02:00
fesetenv.c arm: Fix include to avoid undefined reference 2020-07-29 16:24:13 +02:00
fesetexceptflag.c arm: Split fenv.c into multiple files 2020-07-29 06:58:17 +02:00
fesetround.c arm: Split fenv.c into multiple files 2020-07-29 06:58:17 +02:00
fetestexcept.c arm: Split fenv.c into multiple files 2020-07-29 06:58:17 +02:00
feupdateenv.c arm: Split fenv.c into multiple files 2020-07-29 06:58:17 +02:00
s_ceil.c Check for 64 FP instructions availability in libm before using them 2015-12-09 10:30:31 +01:00
s_floor.c Check for 64 FP instructions availability in libm before using them 2015-12-09 10:30:31 +01:00
s_fma_arm.c libm/machine/arm: Rename s*_fma.c -> s*_fma_arm.c 2020-09-02 10:04:30 +02:00
s_nearbyint.c Check for 64 FP instructions availability in libm before using them 2015-12-09 10:30:31 +01:00
s_rint.c Check for 64 FP instructions availability in libm before using them 2015-12-09 10:30:31 +01:00
s_round.c Check for 64 FP instructions availability in libm before using them 2015-12-09 10:30:31 +01:00
s_trunc.c Check for 64 FP instructions availability in libm before using them 2015-12-09 10:30:31 +01:00
sf_ceil.c fix some Arm FP routines not checking if floating point is enabled 2021-04-21 16:18:09 +01:00
sf_floor.c fix some Arm FP routines not checking if floating point is enabled 2021-04-21 16:18:09 +01:00
sf_fma_arm.c libm/machine/arm: Rename s*_fma.c -> s*_fma_arm.c 2020-09-02 10:04:30 +02:00
sf_nearbyint.c fix some Arm FP routines not checking if floating point is enabled 2021-04-21 16:18:09 +01:00
sf_rint.c fix some Arm FP routines not checking if floating point is enabled 2021-04-21 16:18:09 +01:00
sf_round.c fix some Arm FP routines not checking if floating point is enabled 2021-04-21 16:18:09 +01:00
sf_trunc.c fix some Arm FP routines not checking if floating point is enabled 2021-04-21 16:18:09 +01:00