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-29 08:00:11 +0300
committerMike Frysinger <vapier@gentoo.org>2024-01-20 06:23:47 +0300
commit8c5bb84b6b505be3dbcea97ed2c879d2df81249f (patch)
treeaa739b3802a81d3fa9c6891d06e606d39b1b91ab /libgloss/Makefile.am
parent22257fc68191c5a95373191798c59390ebf7388b (diff)
libgloss: merge or1k into top-level Makefile
Avoid a recursive make to speed things up a bit. A or1k-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 639e9ba9e..5a6f82d41 100644
--- a/libgloss/Makefile.am
+++ b/libgloss/Makefile.am
@@ -143,6 +143,9 @@ endif
if CONFIG_NIOS2
include nios2/Makefile.inc
endif
+if CONFIG_OR1K
+include or1k/Makefile.inc
+endif
if CONFIG_RISCV
include riscv/Makefile.inc
endif