newlib-cygwin/newlib/testsuite
Mike Frysinger f159663b08 newlib: stop clobbering LDFLAGS with non-standard $ldflags
It's unclear why this was added originally, but assuming it was needed
20 years ago, it shouldn't be explicitly required nowadays.  Current
versions of autotools already take care of exporting LDFLAGS to the
Makefile as needed (things are actually getting linked).  That's why
the configure diffs show LDFLAGS still here, but shifted to a diff
place in the output list.  A few dirs stop exporting LDFLAGS, but
that's because they don't do any linking, only compiling, so it's
correct.

As for the use of $ldflags instead of the standard $LDFLAGS, I can't
really explain that at all.  Just use the right name so users don't
have to dig into why their setting isn't respected, and then use a
non-standard name instead.  Adjust the testsuite to match.
2022-01-21 17:10:10 -05:00
..
config
include 2005-01-27 Hans-Peter Nilsson <hp@axis.com> 2005-01-27 20:25:54 +00:00
lib newlib: stop clobbering LDFLAGS with non-standard $ldflags 2022-01-21 17:10:10 -05:00
newlib.elix
newlib.iconv testsuite: Fix iconv tests to use new encoding config defines 2020-07-10 10:51:43 +02:00
newlib.locale Don't run UTF-8.exp test if newlib is not built with multibyte support. 2016-05-02 16:03:27 -04:00
newlib.search
newlib.stdio Fix a build problem running the newlib testsuite on targets that only have 32-bit doubles. 2015-03-11 11:14:38 +00:00
newlib.stdlib * libc/include/stdint.h (SIZE_MIN): Remove. 2008-05-02 14:52:56 +00:00
newlib.string * libc/machine/arm/strcmp.S (compute_return_value): Fix return value. 2012-11-30 09:31:38 +00:00
newlib.wctype * testsuite/newlib.wctype/tiswctype.c (main): Use wide character type 2015-01-12 10:50:26 +00:00