newlib-cygwin/newlib/libm/machine
Mike Frysinger 6ac043b192 newlib: libm: merge machine/ trampoline up a level
The machine/{configure,Makefile} files exist only to fan out to the
specific machine/$arch/ subdir.  We already have all that same info
in the libm/ dir itself, so by moving the recursive configure and
make calls into it, we can cut off this logic entirely and save the
overhead.

For arches that don't have a machine subdir, it means they can skip
the logic entirely.
2022-01-26 03:11:20 -05:00
..
aarch64 newlib: stop clobbering LDFLAGS with non-standard $ldflags 2022-01-21 17:10:10 -05:00
arm newlib: stop clobbering LDFLAGS with non-standard $ldflags 2022-01-21 17:10:10 -05:00
i386 newlib: stop clobbering LDFLAGS with non-standard $ldflags 2022-01-21 17:10:10 -05:00
mips newlib: stop clobbering LDFLAGS with non-standard $ldflags 2022-01-21 17:10:10 -05:00
nds32 newlib: update preprocessor configure checks 2022-01-23 22:35:21 -05:00
powerpc newlib: stop clobbering LDFLAGS with non-standard $ldflags 2022-01-21 17:10:10 -05:00
pru newlib: stop clobbering LDFLAGS with non-standard $ldflags 2022-01-21 17:10:10 -05:00
riscv newlib: stop clobbering LDFLAGS with non-standard $ldflags 2022-01-21 17:10:10 -05:00
shared_x86 Cygwin: don't export _feinitialise from newlib 2021-04-13 12:55:34 +02:00
sparc newlib: stop clobbering LDFLAGS with non-standard $ldflags 2022-01-21 17:10:10 -05:00
spu newlib: stop clobbering LDFLAGS with non-standard $ldflags 2022-01-21 17:10:10 -05:00
x86_64 newlib: stop clobbering LDFLAGS with non-standard $ldflags 2022-01-21 17:10:10 -05:00