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>2023-12-27 07:13:37 +0300
committerMike Frysinger <vapier@gentoo.org>2024-01-20 04:26:52 +0300
commit25f6d8772ec7f6305d59224d2043dd312e2f99e5 (patch)
treead9311cef4dcfa5518073b8ce7a219d2d0d93335 /libgloss/Makefile.am
parent56211d0e14fe5e97000884d21d003759f2906422 (diff)
libgloss: merge mn10300 into top-level Makefile
Avoid a recursive make to speed things up a bit. A mn10300-elf build shows installed objects & libs produce same code.
Diffstat (limited to 'libgloss/Makefile.am')
-rw-r--r--libgloss/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/libgloss/Makefile.am b/libgloss/Makefile.am
index 73fb8e481..5f2ca42a9 100644
--- a/libgloss/Makefile.am
+++ b/libgloss/Makefile.am
@@ -115,6 +115,9 @@ endif
if CONFIG_LM32
include lm32/Makefile.inc
endif
+if CONFIG_MN10300
+include mn10300/Makefile.inc
+endif
if CONFIG_MOXIE
include moxie/Makefile.inc
endif