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 04:47:38 +0300
committerMike Frysinger <vapier@gentoo.org>2024-01-03 11:47:59 +0300
commit6a3bc17465b8ecfea90b2fa8842e3a51ec2b07b9 (patch)
tree53e28b8edd7adc364b8b0de5f1691fffc7419176 /libgloss/Makefile.am
parent50d6410160b2ac6161919ab8f5b773a5dffaf4d0 (diff)
libgloss: merge v850 into top-level Makefile
Avoid a recursive make to speed things up a bit. A v850e-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 b6f12735c..742ef52c5 100644
--- a/libgloss/Makefile.am
+++ b/libgloss/Makefile.am
@@ -99,6 +99,9 @@ endif
if CONFIG_RISCV
include riscv/Makefile.inc
endif
+if CONFIG_V850
+include v850/Makefile.inc
+endif
if CONFIG_WINCE
include wince/Makefile.inc
endif