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-11 14:51:34 +0300
committerMike Frysinger <vapier@gentoo.org>2022-02-17 04:11:55 +0300
commit91019da446b3c3e1be728cb6eaf2794706bfd897 (patch)
tree7f5ef5ff445892d6916ab8b32c3003947e47221a /libgloss/Makefile.in
parente7f8999918a09cdb9a93daea72845b0aa2c99bf4 (diff)
libgloss: merge mcore configure script up a level
Move the minor mcore-specific logic to a dedicated file & namespace them so we can merge its configure logic up a level.
Diffstat (limited to 'libgloss/Makefile.in')
-rw-r--r--libgloss/Makefile.in14
1 files changed, 9 insertions, 5 deletions
diff --git a/libgloss/Makefile.in b/libgloss/Makefile.in
index 17bbc7c65..39b907452 100644
--- a/libgloss/Makefile.in
+++ b/libgloss/Makefile.in
@@ -145,6 +145,7 @@ am__aclocal_m4_deps = $(top_srcdir)/../config/depstand.m4 \
$(top_srcdir)/../config/override.m4 $(top_srcdir)/acinclude.m4 \
$(top_srcdir)/i386/acinclude.m4 \
$(top_srcdir)/libnosys/acinclude.m4 \
+ $(top_srcdir)/mcore/acinclude.m4 \
$(top_srcdir)/moxie/acinclude.m4 $(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
@@ -159,11 +160,11 @@ CONFIG_CLEAN_FILES = arc/Makefile csky/Makefile epiphany/Makefile \
pa/Makefile i960/Makefile sparc_leon/Makefile riscv/Makefile \
rs6000/Makefile cr16/Makefile cris/Makefile crx/Makefile \
d30v/Makefile fr30/Makefile frv/Makefile ft32/Makefile \
- lm32/Makefile mep/Makefile moxie/Makefile microblaze/Makefile \
- mt/Makefile v850/Makefile visium/Makefile xc16x/Makefile \
- xstormy16/Makefile m32c/Makefile msp430/Makefile rl78/Makefile \
- rx/Makefile spu/Makefile tic6x/Makefile or1k/Makefile \
- pru/Makefile nios2/Makefile
+ lm32/Makefile mcore/Makefile mep/Makefile moxie/Makefile \
+ microblaze/Makefile mt/Makefile v850/Makefile visium/Makefile \
+ xc16x/Makefile xstormy16/Makefile m32c/Makefile \
+ msp430/Makefile rl78/Makefile rx/Makefile spu/Makefile \
+ tic6x/Makefile or1k/Makefile pru/Makefile nios2/Makefile
CONFIG_CLEAN_VPATH_FILES =
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
am__vpath_adj = case $$p in \
@@ -440,6 +441,7 @@ LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
LTLIBOBJS = @LTLIBOBJS@
MAKEINFO = @MAKEINFO@
+MCORE_BSP_PREFIX = @MCORE_BSP_PREFIX@
MKDIR_P = @MKDIR_P@
MOXIE_BUILD_CRT0_FALSE = @MOXIE_BUILD_CRT0_FALSE@
MOXIE_BUILD_CRT0_TRUE = @MOXIE_BUILD_CRT0_TRUE@
@@ -707,6 +709,8 @@ ft32/Makefile: $(top_builddir)/config.status $(top_srcdir)/ft32/Makefile.in
cd $(top_builddir) && $(SHELL) ./config.status $@
lm32/Makefile: $(top_builddir)/config.status $(top_srcdir)/lm32/Makefile.in
cd $(top_builddir) && $(SHELL) ./config.status $@
+mcore/Makefile: $(top_builddir)/config.status $(top_srcdir)/mcore/Makefile.in
+ cd $(top_builddir) && $(SHELL) ./config.status $@
mep/Makefile: $(top_builddir)/config.status $(top_srcdir)/mep/Makefile.in
cd $(top_builddir) && $(SHELL) ./config.status $@
moxie/Makefile: $(top_builddir)/config.status $(top_srcdir)/moxie/Makefile.in