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:42:13 +0300
committerMike Frysinger <vapier@gentoo.org>2024-01-20 06:23:47 +0300
commit74674f2cc880bdcda585da1102aa00aaa374d28f (patch)
tree6011a7348e5152916798df162e0e9d778ebb0ba6 /libgloss/Makefile.am
parent50e0b04fbef7243aecf49e8334ec73af774b2d77 (diff)
libgloss: merge sparc into top-level Makefile
Avoid a recursive make to speed things up a bit. A sparc-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 ad080d65a..a6c135b15 100644
--- a/libgloss/Makefile.am
+++ b/libgloss/Makefile.am
@@ -161,6 +161,9 @@ endif
if CONFIG_RX
include rx/Makefile.inc
endif
+if CONFIG_SPARC
+include sparc/Makefile.inc
+endif
if CONFIG_V850
include v850/Makefile.inc
endif