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-29 08:11:38 +0300
committerMike Frysinger <vapier@gentoo.org>2024-01-20 06:23:47 +0300
commitad17cf6d67f06a841a87d1a117b5c8b1883ac195 (patch)
tree750d3368d7c9cb86c7b4f5fbf2b10507a526208b /libgloss/Makefile.am
parent8c5bb84b6b505be3dbcea97ed2c879d2df81249f (diff)
libgloss: merge fr30 into top-level Makefile
Avoid a recursive make to speed things up a bit. A fr30-elf build shows installed objects & libs produce same code. A lot of code seems like it hasn't been migrated, but that's because it's all disabled/unused (i.e. all the test & mon code). It looks like a lot of copy & paste holdovers from the original port.
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 5a6f82d41..79489a8c5 100644
--- a/libgloss/Makefile.am
+++ b/libgloss/Makefile.am
@@ -101,6 +101,9 @@ endif
if CONFIG_EPIPHANY
include epiphany/Makefile.inc
endif
+if CONFIG_FR30
+include fr30/Makefile.inc
+endif
if CONFIG_FRV
include frv/Makefile.inc
endif