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-01-12 05:11:59 +0300
committerMike Frysinger <vapier@gentoo.org>2023-01-12 13:26:57 +0300
commit3ef006f056d0c6fb53e9bf76c6374313d239d5a7 (patch)
tree999d6c30d8975089a8bf13a72e55d371e2dbddb6 /libgloss/Makefile.am
parente5880bef39fd0593bfa51a01b12485f87de4251a (diff)
libgloss: merge nios2 into top-level Makefile
Avoid a recursive make to speed things up a bit. A nios2-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 13290453c..daff91fdf 100644
--- a/libgloss/Makefile.am
+++ b/libgloss/Makefile.am
@@ -87,6 +87,9 @@ endif
if CONFIG_LM32
include lm32/Makefile.inc
endif
+if CONFIG_NIOS2
+include nios2/Makefile.inc
+endif
if CONFIG_RISCV
include riscv/Makefile.inc
endif