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 09:05:23 +0300
committerMike Frysinger <vapier@gentoo.org>2024-01-20 04:26:52 +0300
commit770dd85aaf0aa2b986a1fe827abfb3e48f2d4a1b (patch)
tree20c18a8e2eec00a970610f042777405ebd1612ab /libgloss/Makefile.am
parent5798c3bbc783e83f6a144dd3148dd08d785dabdf (diff)
libgloss: merge visium into top-level Makefile
Avoid a recursive make to speed things up a bit. A visium-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 580f371b2..b45466edf 100644
--- a/libgloss/Makefile.am
+++ b/libgloss/Makefile.am
@@ -152,6 +152,9 @@ endif
if CONFIG_V850
include v850/Makefile.inc
endif
+if CONFIG_VISIUM
+include visium/Makefile.inc
+endif
if CONFIG_WINCE
include wince/Makefile.inc
endif