aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/iconv
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2022-01-23 00:23:28 -0500
committerMike Frysinger <vapier@gentoo.org>2022-01-26 03:11:21 -0500
commit08a55a233d8a90914270a898360f806f7f8f2bdd (patch)
tree6ae24ee60040c9f2f5bdc6aced5178aafacad24b /newlib/libc/iconv
parent8bee45444fde77ff4e965a0edf24035f9a570b10 (diff)
downloadnewlib-08a55a233d8a90914270a898360f806f7f8f2bdd.zip
newlib-08a55a233d8a90914270a898360f806f7f8f2bdd.tar.gz
newlib-08a55a233d8a90914270a898360f806f7f8f2bdd.tar.bz2
newlib: libc: merge machine/ configure scripts up a level
The machine configure scripts are all effectively stub scripts that pass the higher level options to its own makefile. There were only three doing custom tests. The rest were all effectively the same as the libc/ configure script. So instead of recursively running configure in all of these subdirs, generate their makefiles from the top-level configure. For the few unique ones, deploy a pattern of including subdir logic via m4: m4_include([machine/nds32/acinclude.m4]) Some of the generated machine makefiles have a bunch of extra stuff added to them, but that's because they were inconsistent in their configure libtool calls. The top-level has it, so it exports some new vars to the ones that weren't already.
Diffstat (limited to 'newlib/libc/iconv')
-rw-r--r--newlib/libc/iconv/Makefile.in7
-rw-r--r--newlib/libc/iconv/ccs/Makefile.in7
-rw-r--r--newlib/libc/iconv/ccs/binary/Makefile.in7
-rw-r--r--newlib/libc/iconv/ces/Makefile.in7
-rw-r--r--newlib/libc/iconv/lib/Makefile.in7
5 files changed, 30 insertions, 5 deletions
diff --git a/newlib/libc/iconv/Makefile.in b/newlib/libc/iconv/Makefile.in
index 4e3ecc3..781f3d5 100644
--- a/newlib/libc/iconv/Makefile.in
+++ b/newlib/libc/iconv/Makefile.in
@@ -98,7 +98,12 @@ am__aclocal_m4_deps = $(top_srcdir)/../../config/depstand.m4 \
$(top_srcdir)/../../ltsugar.m4 \
$(top_srcdir)/../../ltversion.m4 \
$(top_srcdir)/../../lt~obsolete.m4 \
- $(top_srcdir)/../acinclude.m4 $(top_srcdir)/configure.ac
+ $(top_srcdir)/../acinclude.m4 \
+ $(top_srcdir)/machine/nds32/acinclude.m4 \
+ $(top_srcdir)/machine/powerpc/acinclude.m4 \
+ $(top_srcdir)/machine/sh/acinclude.m4 \
+ $(top_srcdir)/machine/spu/acinclude.m4 \
+ $(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
DIST_COMMON = $(srcdir)/Makefile.am
diff --git a/newlib/libc/iconv/ccs/Makefile.in b/newlib/libc/iconv/ccs/Makefile.in
index d3fe59e..df94643 100644
--- a/newlib/libc/iconv/ccs/Makefile.in
+++ b/newlib/libc/iconv/ccs/Makefile.in
@@ -99,7 +99,12 @@ am__aclocal_m4_deps = $(top_srcdir)/../../config/depstand.m4 \
$(top_srcdir)/../../ltsugar.m4 \
$(top_srcdir)/../../ltversion.m4 \
$(top_srcdir)/../../lt~obsolete.m4 \
- $(top_srcdir)/../acinclude.m4 $(top_srcdir)/configure.ac
+ $(top_srcdir)/../acinclude.m4 \
+ $(top_srcdir)/machine/nds32/acinclude.m4 \
+ $(top_srcdir)/machine/powerpc/acinclude.m4 \
+ $(top_srcdir)/machine/sh/acinclude.m4 \
+ $(top_srcdir)/machine/spu/acinclude.m4 \
+ $(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
DIST_COMMON = $(srcdir)/Makefile.am
diff --git a/newlib/libc/iconv/ccs/binary/Makefile.in b/newlib/libc/iconv/ccs/binary/Makefile.in
index bba8db2..ccd649f 100644
--- a/newlib/libc/iconv/ccs/binary/Makefile.in
+++ b/newlib/libc/iconv/ccs/binary/Makefile.in
@@ -98,7 +98,12 @@ am__aclocal_m4_deps = $(top_srcdir)/../../config/depstand.m4 \
$(top_srcdir)/../../ltsugar.m4 \
$(top_srcdir)/../../ltversion.m4 \
$(top_srcdir)/../../lt~obsolete.m4 \
- $(top_srcdir)/../acinclude.m4 $(top_srcdir)/configure.ac
+ $(top_srcdir)/../acinclude.m4 \
+ $(top_srcdir)/machine/nds32/acinclude.m4 \
+ $(top_srcdir)/machine/powerpc/acinclude.m4 \
+ $(top_srcdir)/machine/sh/acinclude.m4 \
+ $(top_srcdir)/machine/spu/acinclude.m4 \
+ $(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
DIST_COMMON = $(srcdir)/Makefile.am
diff --git a/newlib/libc/iconv/ces/Makefile.in b/newlib/libc/iconv/ces/Makefile.in
index 86ddf20..1a8106a 100644
--- a/newlib/libc/iconv/ces/Makefile.in
+++ b/newlib/libc/iconv/ces/Makefile.in
@@ -99,7 +99,12 @@ am__aclocal_m4_deps = $(top_srcdir)/../../config/depstand.m4 \
$(top_srcdir)/../../ltsugar.m4 \
$(top_srcdir)/../../ltversion.m4 \
$(top_srcdir)/../../lt~obsolete.m4 \
- $(top_srcdir)/../acinclude.m4 $(top_srcdir)/configure.ac
+ $(top_srcdir)/../acinclude.m4 \
+ $(top_srcdir)/machine/nds32/acinclude.m4 \
+ $(top_srcdir)/machine/powerpc/acinclude.m4 \
+ $(top_srcdir)/machine/sh/acinclude.m4 \
+ $(top_srcdir)/machine/spu/acinclude.m4 \
+ $(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
DIST_COMMON = $(srcdir)/Makefile.am
diff --git a/newlib/libc/iconv/lib/Makefile.in b/newlib/libc/iconv/lib/Makefile.in
index b451760..4d04f7f 100644
--- a/newlib/libc/iconv/lib/Makefile.in
+++ b/newlib/libc/iconv/lib/Makefile.in
@@ -99,7 +99,12 @@ am__aclocal_m4_deps = $(top_srcdir)/../../config/depstand.m4 \
$(top_srcdir)/../../ltsugar.m4 \
$(top_srcdir)/../../ltversion.m4 \
$(top_srcdir)/../../lt~obsolete.m4 \
- $(top_srcdir)/../acinclude.m4 $(top_srcdir)/configure.ac
+ $(top_srcdir)/../acinclude.m4 \
+ $(top_srcdir)/machine/nds32/acinclude.m4 \
+ $(top_srcdir)/machine/powerpc/acinclude.m4 \
+ $(top_srcdir)/machine/sh/acinclude.m4 \
+ $(top_srcdir)/machine/spu/acinclude.m4 \
+ $(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
DIST_COMMON = $(srcdir)/Makefile.am