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-01-13 07:34:59 +0300
committerMike Frysinger <vapier@gentoo.org>2023-01-14 01:24:17 +0300
commit4391d2aed3d4878c5a63f59d2a768f5d38f3936d (patch)
tree73eb533f0e0a443ea3fe4e4463b50e3631786efa /libgloss/Makefile.am
parentc8ddd03cb015cf7f9137c42a6cbd0639c6c93a23 (diff)
libgloss: merge csky into top-level Makefile
Avoid a recursive make to speed things up a bit. A csky-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 daff91fdf..4309cd3a4 100644
--- a/libgloss/Makefile.am
+++ b/libgloss/Makefile.am
@@ -75,6 +75,9 @@ endif
if CONFIG_BFIN
include bfin/Makefile.inc
endif
+if CONFIG_CSKY
+include csky/Makefile.inc
+endif
if CONFIG_D30V
include d30v/Makefile.inc
endif