newlib-cygwin/newlib/libc/iconv/ces
Mike Frysinger fbfeebc221 newlib: libc: merge sys/ trampoline up a level
The sys/{configure,Makefile} files exist to fan out to the specific
sys/$arch/ subdir, and to possibly generate a crt0.  We already have
all that same info in the libc/ dir itself, so by moving the recursive
configure and make calls into it, we can cut off some of this logic
entirely and save the overhead.

For arches that don't have a sys subdir, it means they can skip the
logic entirely.

The sys subdir itself is kept for the crt0 logic, for now.  We'll try
and clean that up next.
2022-01-26 03:11:20 -05:00
..
Makefile.am newlib: migrate from INCLUDES to AM_CPPFLAGS 2022-01-05 20:29:53 -05:00
Makefile.in newlib: libc: merge sys/ trampoline up a level 2022-01-26 03:11:20 -05:00
cesbi.c ansification: remove _CONST 2018-01-17 11:47:08 -06:00
cesbi.h ansification: remove _CONST 2018-01-17 11:47:08 -06:00
cesdeps.h 2004-06-25 Artem B. Bityuckiy <dedekind@oktetlabs.ru> 2004-06-25 20:33:28 +00:00
euc.c libc/iconv: Detect CES handler loading failure 2020-07-10 10:51:43 +02:00
mkdeps.pl newlib: iconv: autogenerate iconv define list 2022-01-19 19:59:16 -05:00
table-pcs.c ansification: remove _DEFUN 2018-01-17 11:47:26 -06:00
table.c ansification: remove _EXFUN, _EXFUN_NOTHROW 2018-01-17 11:47:29 -06:00
ucs-2-internal.c ansification: remove _DEFUN 2018-01-17 11:47:26 -06:00
ucs-2.c ansification: remove _DEFUN 2018-01-17 11:47:26 -06:00
ucs-4-internal.c ansification: remove _DEFUN 2018-01-17 11:47:26 -06:00
ucs-4.c ansification: remove _DEFUN 2018-01-17 11:47:26 -06:00
us-ascii.c ansification: remove _DEFUN 2018-01-17 11:47:26 -06:00
utf-8.c ansification: remove _DEFUN 2018-01-17 11:47:26 -06:00
utf-16.c ansification: remove _DEFUN 2018-01-17 11:47:26 -06:00