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-31 09:41:30 +0300
committerMike Frysinger <vapier@gentoo.org>2024-01-20 06:23:47 +0300
commitae46a835fe9321b77b3dc880c47614fe2da763d1 (patch)
tree75d12414fa5f186c01ec75c1b20ae96d785fe01a /libgloss/Makefile.am
parent7ba23b682540f2f8999bd1cf8421bdeca6f59ca4 (diff)
libgloss: merge tic6x into top-level Makefile
Avoid a recursive make to speed things up a bit. A tic6x-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 9108ed239..052f22a87 100644
--- a/libgloss/Makefile.am
+++ b/libgloss/Makefile.am
@@ -167,6 +167,9 @@ endif
if CONFIG_SPARC_LEON
include sparc_leon/Makefile.inc
endif
+if CONFIG_TIC6X
+include tic6x/Makefile.inc
+endif
if CONFIG_V850
include v850/Makefile.inc
endif