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 08:43:25 +0300
committerMike Frysinger <vapier@gentoo.org>2024-01-20 04:26:52 +0300
commit4172a3c618bb8dc2311a63ecb5c56bcc21a30f22 (patch)
tree08ff4d7302028be8b5152483ff43d27de46309a4 /libgloss/Makefile.am
parent1ed68b884c8c2c353322cae65d8faf7ce4bceb48 (diff)
libgloss: merge rl78 into top-level Makefile
Avoid a recursive make to speed things up a bit. A rl78-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 3b1591e57..30ca10527 100644
--- a/libgloss/Makefile.am
+++ b/libgloss/Makefile.am
@@ -140,6 +140,9 @@ endif
if CONFIG_RISCV
include riscv/Makefile.inc
endif
+if CONFIG_RL78
+include rl78/Makefile.inc
+endif
if CONFIG_RX
include rx/Makefile.inc
endif