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:48:07 +0300
committerMike Frysinger <vapier@gentoo.org>2022-02-17 04:10:48 +0300
commite7f8999918a09cdb9a93daea72845b0aa2c99bf4 (patch)
treee44b42c0c7cf8c7cb5cb50d123a4e27a785759c1 /libgloss/Makefile.in
parent5200f756cc12dcf0eca32ae493edfd0c92e1994f (diff)
libgloss: merge moxie configure script up a level
Move the minor moxie-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.in11
1 files changed, 8 insertions, 3 deletions
diff --git a/libgloss/Makefile.in b/libgloss/Makefile.in
index 1113c4824..17bbc7c65 100644
--- a/libgloss/Makefile.in
+++ b/libgloss/Makefile.in
@@ -144,7 +144,8 @@ am__aclocal_m4_deps = $(top_srcdir)/../config/depstand.m4 \
$(top_srcdir)/../config/multi.m4 \
$(top_srcdir)/../config/override.m4 $(top_srcdir)/acinclude.m4 \
$(top_srcdir)/i386/acinclude.m4 \
- $(top_srcdir)/libnosys/acinclude.m4 $(top_srcdir)/configure.ac
+ $(top_srcdir)/libnosys/acinclude.m4 \
+ $(top_srcdir)/moxie/acinclude.m4 $(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
@@ -158,8 +159,8 @@ 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 microblaze/Makefile mt/Makefile \
- v850/Makefile visium/Makefile xc16x/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
@@ -440,6 +441,8 @@ LIBS = @LIBS@
LTLIBOBJS = @LTLIBOBJS@
MAKEINFO = @MAKEINFO@
MKDIR_P = @MKDIR_P@
+MOXIE_BUILD_CRT0_FALSE = @MOXIE_BUILD_CRT0_FALSE@
+MOXIE_BUILD_CRT0_TRUE = @MOXIE_BUILD_CRT0_TRUE@
OBJEXT = @OBJEXT@
PACKAGE = @PACKAGE@
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
@@ -706,6 +709,8 @@ lm32/Makefile: $(top_builddir)/config.status $(top_srcdir)/lm32/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
+ cd $(top_builddir) && $(SHELL) ./config.status $@
microblaze/Makefile: $(top_builddir)/config.status $(top_srcdir)/microblaze/Makefile.in
cd $(top_builddir) && $(SHELL) ./config.status $@
mt/Makefile: $(top_builddir)/config.status $(top_srcdir)/mt/Makefile.in