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:51:47 +0300
committerMike Frysinger <vapier@gentoo.org>2024-01-20 06:23:48 +0300
commit2f0cd375f325a15b599fe1d71a811a3edc186d4d (patch)
tree2284f18231de8ed7e5333e1a2641f78ca490c5bf /libgloss/Makefile.am
parentfecb0e5e78ab0b69c4f44af8a803d5ed6387997c (diff)
libgloss: merge microblaze into top-level Makefile
Avoid a recursive make to speed things up a bit. A microblaze-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 052f22a87..333ff846a 100644
--- a/libgloss/Makefile.am
+++ b/libgloss/Makefile.am
@@ -131,6 +131,9 @@ endif
if CONFIG_MCORE
include mcore/Makefile.inc
endif
+if CONFIG_MICROBLAZE
+include microblaze/Makefile.inc
+endif
if CONFIG_MN10200
include mn10200/Makefile.inc
endif