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/locale | |
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/locale')
-rw-r--r-- | newlib/libc/locale/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/newlib/libc/locale/Makefile.in b/newlib/libc/locale/Makefile.in index 4d4bbd1..5dc4294 100644 --- a/newlib/libc/locale/Makefile.in +++ b/newlib/libc/locale/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) @@ -235,6 +236,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@ @@ -292,7 +294,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@ |