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>2022-03-01 10:03:17 +0300
committerMike Frysinger <vapier@gentoo.org>2022-03-02 04:29:07 +0300
commit74885d4fbd75d7d24598ae0633297cbe08844960 (patch)
tree6b2639bc7489b0ccc559868cb0082cf06d275bce /libgloss/Makefile.am
parent89f643e87b919aa3a20ef81429f5712a2879b6de (diff)
libgloss: merge lm32 into top-level Makefile
Avoid a recursive make to speed things up a bit. This drops the header install logic because the lm32/ subdir doesn't actually have any header files to install.
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 ac536ee18..43da838f0 100644
--- a/libgloss/Makefile.am
+++ b/libgloss/Makefile.am
@@ -68,6 +68,9 @@ endif
if CONFIG_LIBNOSYS
include libnosys/Makefile.inc
endif
+if CONFIG_LM32
+include lm32/Makefile.inc
+endif
if CONFIG_WINCE
include wince/Makefile.inc
endif