Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2022-02-13 03:49:23 +0300
committerMike Frysinger <vapier@gentoo.org>2022-02-25 21:52:48 +0300
commit8343db918f7609c49b6f5eb432a82a5a12ab1dd2 (patch)
tree34d704f457964aa9d2f2183d240e588fded6ae37 /newlib/libc/string
parent3a6b11c6979e59b850a138cdc78a9819e1065ac4 (diff)
newlib: libc: move configure into top-level
This kills off the last configure script under libc/ and folds it into the top newlib configure script. The a lot of the logic was already in the top configure script, so move what's left into a libc/acinclude.m4 file.
Diffstat (limited to 'newlib/libc/string')
-rw-r--r--newlib/libc/string/Makefile.in43
1 files changed, 30 insertions, 13 deletions
diff --git a/newlib/libc/string/Makefile.in b/newlib/libc/string/Makefile.in
index 1003e5532..69f6d35de 100644
--- a/newlib/libc/string/Makefile.in
+++ b/newlib/libc/string/Makefile.in
@@ -88,21 +88,26 @@ PRE_UNINSTALL = :
POST_UNINSTALL = :
build_triplet = @build@
host_triplet = @host@
-subdir = string
+subdir = libc/string
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/../../config/lead-dot.m4 \
- $(top_srcdir)/../../config/override.m4 \
- $(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)/sys/phoenix/acinclude.m4 \
+am__aclocal_m4_deps = $(top_srcdir)/../config/lead-dot.m4 \
+ $(top_srcdir)/../config/multi.m4 \
+ $(top_srcdir)/../config/override.m4 $(top_srcdir)/iconv.m4 \
+ $(top_srcdir)/acinclude.m4 $(top_srcdir)/libc/acinclude.m4 \
+ $(top_srcdir)/libc/machine/nds32/acinclude.m4 \
+ $(top_srcdir)/libc/machine/powerpc/acinclude.m4 \
+ $(top_srcdir)/libc/machine/sh/acinclude.m4 \
+ $(top_srcdir)/libc/machine/spu/acinclude.m4 \
+ $(top_srcdir)/libc/sys/phoenix/acinclude.m4 \
+ $(top_srcdir)/libm/acinclude.m4 \
+ $(top_srcdir)/libm/machine/nds32/acinclude.m4 \
$(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
DIST_COMMON = $(srcdir)/Makefile.am
-mkinstalldirs = $(SHELL) $(top_srcdir)/../../mkinstalldirs
+mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
+CONFIG_HEADER = $(top_builddir)/newlib.h \
+ $(top_builddir)/_newlib_version.h
CONFIG_CLEAN_FILES =
CONFIG_CLEAN_VPATH_FILES =
LIBRARIES = $(noinst_LIBRARIES)
@@ -194,7 +199,7 @@ AM_V_at = $(am__v_at_@AM_V@)
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
am__v_at_0 = @
am__v_at_1 =
-DEFAULT_INCLUDES = -I.@am__isrc@
+DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
depcomp =
am__depfiles_maybe =
AM_V_lt = $(am__v_lt_@AM_V@)
@@ -249,15 +254,22 @@ AWK = @AWK@
CC = @CC@
CCAS = @CCAS@
CCASFLAGS = @CCASFLAGS@
+CC_FOR_BUILD = @CC_FOR_BUILD@
+CC_FOR_NEWLIB = @CC_FOR_NEWLIB@
CFLAGS = @CFLAGS@
CPP = @CPP@
CPPFLAGS = @CPPFLAGS@
+CRT0 = @CRT0@
+CRT0_DIR = @CRT0_DIR@
+CRT1 = @CRT1@
+CRT1_DIR = @CRT1_DIR@
CYGPATH_W = @CYGPATH_W@
DEFS = @DEFS@
ECHO_C = @ECHO_C@
ECHO_N = @ECHO_N@
ECHO_T = @ECHO_T@
EXEEXT = @EXEEXT@
+EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@
INSTALL = @INSTALL@
INSTALL_DATA = @INSTALL_DATA@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
@@ -281,6 +293,10 @@ MAINT = @MAINT@
MAKEINFO = @MAKEINFO@
MKDIR_P = @MKDIR_P@
NEWLIB_CFLAGS = @NEWLIB_CFLAGS@
+NEWLIB_MAJOR_VERSION = @NEWLIB_MAJOR_VERSION@
+NEWLIB_MINOR_VERSION = @NEWLIB_MINOR_VERSION@
+NEWLIB_PATCHLEVEL_VERSION = @NEWLIB_PATCHLEVEL_VERSION@
+NEWLIB_VERSION = @NEWLIB_VERSION@
NO_INCLUDE_LIST = @NO_INCLUDE_LIST@
OBJEXT = @OBJEXT@
PACKAGE = @PACKAGE@
@@ -339,6 +355,7 @@ lpfx = @lpfx@
machine_dir = @machine_dir@
mandir = @mandir@
mkdir_p = @mkdir_p@
+multi_basedir = @multi_basedir@
newlib_basedir = @newlib_basedir@
oldincludedir = @oldincludedir@
pdfdir = @pdfdir@
@@ -487,9 +504,9 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi
exit 1;; \
esac; \
done; \
- echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign --ignore-deps string/Makefile'; \
+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign --ignore-deps libc/string/Makefile'; \
$(am__cd) $(top_srcdir) && \
- $(AUTOMAKE) --foreign --ignore-deps string/Makefile
+ $(AUTOMAKE) --foreign --ignore-deps libc/string/Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
*config.status*) \