acadia-newlib/newlib/libc/argz
Mike Frysinger db2ef77287 newlib: libc: 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 libc/ 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.  Although there's prob not too many of those.
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 machine/ trampoline up a level 2022-01-26 03:11:20 -05:00
argz_add.c ansification: remove _DEFUN 2018-01-17 11:47:26 -06:00
argz_add_sep.c ansification: remove _DEFUN 2018-01-17 11:47:26 -06:00
argz_append.c ansification: remove _DEFUN 2018-01-17 11:47:26 -06:00
argz_count.c ansification: remove _DEFUN 2018-01-17 11:47:26 -06:00
argz_create.c ansification: remove _DEFUN 2018-01-17 11:47:26 -06:00
argz_create_sep.c ansification: remove _DEFUN 2018-01-17 11:47:26 -06:00
argz_delete.c ansification: remove _DEFUN 2018-01-17 11:47:26 -06:00
argz_extract.c ansification: remove _DEFUN 2018-01-17 11:47:26 -06:00
argz_insert.c ansification: remove _DEFUN 2018-01-17 11:47:26 -06:00
argz_next.c ansification: remove _DEFUN 2018-01-17 11:47:26 -06:00
argz_replace.c ansification: remove _DEFUN 2018-01-17 11:47:26 -06:00
argz_stringify.c ansification: remove _DEFUN 2018-01-17 11:47:26 -06:00
buf_findstr.c * libc/argz/argz_replace.c: Include buf_findstr.h. 2002-07-19 20:36:09 +00:00
buf_findstr.h * libc/argz/argz_replace.c: Include buf_findstr.h. 2002-07-19 20:36:09 +00:00
dummy.c 2002-08-26 Jeff Johnston <jjohnstn@redhat.com> 2002-08-26 18:56:09 +00:00
envz_add.c ansification: remove _DEFUN 2018-01-17 11:47:26 -06:00
envz_entry.c ansification: remove _DEFUN 2018-01-17 11:47:26 -06:00
envz_get.c ansification: remove _DEFUN 2018-01-17 11:47:26 -06:00
envz_merge.c ansification: remove _DEFUN 2018-01-17 11:47:26 -06:00
envz_remove.c ansification: remove _DEFUN 2018-01-17 11:47:26 -06:00
envz_strip.c ansification: remove _DEFUN 2018-01-17 11:47:26 -06:00