4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-02-09 18:49:11 +08:00
Mike Frysinger 437c5c5085 newlib: internalize HAVE_INITFINI_ARRAY
This define is only used by newlib internally, so stop exporting it
as HAVE_INITFINI_ARRAY since this can conflict with defines packages
use themselves.

We don't really need to add _ to HAVE_INIT_FINI too since it isn't
exported in newlib.h, but might as well be consistent here.

We can't (easily) add this to newlib_cflags like HAVE_INIT_FINI is
because this is based on a compile-time test in the top configure,
not on plain shell code in configure.host.  We'd have to replicate
the test in every subdir in order to have it passed down.
2022-01-19 19:59:16 -05:00
..
2017-12-01 03:41:50 -06:00
2022-01-19 19:59:16 -05:00
2022-01-19 19:59:16 -05:00
2017-12-01 03:41:50 -06:00
2022-01-14 19:10:38 -05:00