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:38:25 +0300
committerMike Frysinger <vapier@gentoo.org>2024-01-20 04:26:52 +0300
commit1ed68b884c8c2c353322cae65d8faf7ce4bceb48 (patch)
treef9f00de5164a5e5f505d0992879fa700bc02c3a4 /libgloss/Makefile.am
parent3342c0ef8196d2c80e4cfc8332daf9468ef9154d (diff)
libgloss: merge rx into top-level Makefile
Avoid a recursive make to speed things up a bit. A rx-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 b2605f1c2..3b1591e57 100644
--- a/libgloss/Makefile.am
+++ b/libgloss/Makefile.am
@@ -140,6 +140,9 @@ endif
if CONFIG_RISCV
include riscv/Makefile.inc
endif
+if CONFIG_RX
+include rx/Makefile.inc
+endif
if CONFIG_V850
include v850/Makefile.inc
endif