diff options
author | Mike Frysinger <vapier@gentoo.org> | 2022-02-10 03:43:31 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2022-02-15 19:59:08 -0500 |
commit | ac90a6590be6ec0454cab81280e428d049335494 (patch) | |
tree | 604f2b3f5b000fc775f223879e8c0b65eb23bfd4 /newlib/libc/iconv/ccs | |
parent | 86432e55b477e533b76dad9f563c65d2457c4cb0 (diff) | |
download | newlib-ac90a6590be6ec0454cab81280e428d049335494.zip newlib-ac90a6590be6ec0454cab81280e428d049335494.tar.gz newlib-ac90a6590be6ec0454cab81280e428d049335494.tar.bz2 |
newlib: phoenix: merge configure up to top-level
Merge sys/phoenix/ configure logic into libc/ itself. This kills
off the last lingering script in this tree (other than libc itself).
Diffstat (limited to 'newlib/libc/iconv/ccs')
-rw-r--r-- | newlib/libc/iconv/ccs/Makefile.in | 3 | ||||
-rw-r--r-- | newlib/libc/iconv/ccs/binary/Makefile.in | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/newlib/libc/iconv/ccs/Makefile.in b/newlib/libc/iconv/ccs/Makefile.in index 5cf3fb4..5943d0d 100644 --- a/newlib/libc/iconv/ccs/Makefile.in +++ b/newlib/libc/iconv/ccs/Makefile.in @@ -98,6 +98,7 @@ am__aclocal_m4_deps = $(top_srcdir)/../../config/lead-dot.m4 \ $(top_srcdir)/machine/powerpc/acinclude.m4 \ $(top_srcdir)/machine/sh/acinclude.m4 \ $(top_srcdir)/machine/spu/acinclude.m4 \ + $(top_srcdir)/sys/phoenix/acinclude.m4 \ $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) @@ -303,6 +304,7 @@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ +PHOENIX_MACHINE_DIR = @PHOENIX_MACHINE_DIR@ RANLIB = @RANLIB@ READELF = @READELF@ SET_MAKE = @SET_MAKE@ @@ -360,7 +362,6 @@ sbindir = @sbindir@ shared_machine_dir = @shared_machine_dir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ -subdirs = @subdirs@ sys_dir = @sys_dir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ diff --git a/newlib/libc/iconv/ccs/binary/Makefile.in b/newlib/libc/iconv/ccs/binary/Makefile.in index 43d3cfe..0ef60b4 100644 --- a/newlib/libc/iconv/ccs/binary/Makefile.in +++ b/newlib/libc/iconv/ccs/binary/Makefile.in @@ -97,6 +97,7 @@ am__aclocal_m4_deps = $(top_srcdir)/../../config/lead-dot.m4 \ $(top_srcdir)/machine/powerpc/acinclude.m4 \ $(top_srcdir)/machine/sh/acinclude.m4 \ $(top_srcdir)/machine/spu/acinclude.m4 \ + $(top_srcdir)/sys/phoenix/acinclude.m4 \ $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) @@ -208,6 +209,7 @@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ +PHOENIX_MACHINE_DIR = @PHOENIX_MACHINE_DIR@ RANLIB = @RANLIB@ READELF = @READELF@ SET_MAKE = @SET_MAKE@ @@ -265,7 +267,6 @@ sbindir = @sbindir@ shared_machine_dir = @shared_machine_dir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ -subdirs = @subdirs@ sys_dir = @sys_dir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ |