newlib-cygwin/newlib/libc/machine/xscale
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
..
machine headers: properly decorate attributes 2014-08-01 15:44:51 +00:00
Makefile.am newlib: delete (most) redundant lib_a_CCASFLAGS=$(AM_CCASFLAGS) 2022-01-18 19:12:02 -05:00
Makefile.in newlib: stop clobbering LDFLAGS with non-standard $ldflags 2022-01-21 17:10:10 -05:00
aclocal.m4 newlib: update to automake-1.15 2022-01-14 19:10:38 -05:00
configure newlib: stop clobbering LDFLAGS with non-standard $ldflags 2022-01-21 17:10:10 -05:00
configure.ac require autoconf-2.69 exactly 2022-01-14 15:24:33 -05:00
memchr.c 2002-04-19 Bill Siegmund 2002-04-20 00:29:51 +00:00
memcmp.c * libc/machine/xscale/memcmp.c (memcmp): Strip trailing whitespace 2003-09-05 00:45:54 +00:00
memcpy.c Use __inhibit_loop_to_libcall in all memset/memcpy implementations 2018-08-29 16:05:37 +02:00
memmove.c 2002-04-19 Bill Siegmund 2002-04-20 00:29:51 +00:00
memset.c Use __inhibit_loop_to_libcall in all memset/memcpy implementations 2018-08-29 16:05:37 +02:00
setjmp.S * libc/machine/xscale/setjmp.S: New file, copied from 2004-09-21 18:41:02 +00:00
strchr.c 2002-04-19 Bill Siegmund 2002-04-20 00:29:51 +00:00
strcmp.c 2002-04-19 Bill Siegmund 2002-04-20 00:29:51 +00:00
strcpy.c 2002-04-19 Bill Siegmund 2002-04-20 00:29:51 +00:00
strlen.c ansification: remove _CONST 2018-01-17 11:47:08 -06:00
xscale.h Add support for Intel's XScale processor 2000-11-30 01:57:27 +00:00