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:59:00 +0300
committerMike Frysinger <vapier@gentoo.org>2024-01-20 04:26:52 +0300
commit695404d16f90e82a9ce2f68d89fa81b419285a89 (patch)
treee1e0dea1f98d33f945edb1dc30d60119aa1d8de5 /libgloss/Makefile.am
parentf4c8e1623bbc3045c8639dd7da16960efeb90fda (diff)
libgloss: merge nds32 into top-level Makefile
Avoid a recursive make to speed things up a bit. A nds32le-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 03797b3ff..0029e663e 100644
--- a/libgloss/Makefile.am
+++ b/libgloss/Makefile.am
@@ -130,6 +130,9 @@ endif
if CONFIG_MSP430
include msp430/Makefile.inc
endif
+if CONFIG_NDS32
+include nds32/Makefile.inc
+endif
if CONFIG_NIOS2
include nios2/Makefile.inc
endif