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 06:29:20 +0300
committerMike Frysinger <vapier@gentoo.org>2024-01-20 04:26:52 +0300
commit20dcee2c2726c4a6698c04a6f210f42872c2fd79 (patch)
treee14a764e0adcc09346ceb358e849e78df63aec72 /libgloss/Makefile.am
parent787b83bb9ba9f7508c9808a3acee64dda0140c94 (diff)
libgloss: merge frv into top-level Makefile
Avoid a recursive make to speed things up a bit. A frv-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 6ae234670..1b5a86a48 100644
--- a/libgloss/Makefile.am
+++ b/libgloss/Makefile.am
@@ -97,6 +97,9 @@ endif
if CONFIG_D30V
include d30v/Makefile.inc
endif
+if CONFIG_FRV
+include frv/Makefile.inc
+endif
if CONFIG_I960
include i960/Makefile.inc
endif