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-27 08:54:13 +0300
committerMike Frysinger <vapier@gentoo.org>2024-01-20 04:26:52 +0300
commitaf075aed1d6fcd51405247654bc68365352ab367 (patch)
tree97fa761fcf2ecc13264288d6c9839ba8294e3c8b /libgloss/Makefile.am
parent4172a3c618bb8dc2311a63ecb5c56bcc21a30f22 (diff)
libgloss: merge m32r into top-level Makefile
Avoid a recursive make to speed things up a bit. A m32r-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 30ca10527..580f371b2 100644
--- a/libgloss/Makefile.am
+++ b/libgloss/Makefile.am
@@ -116,6 +116,9 @@ endif
if CONFIG_LM32
include lm32/Makefile.inc
endif
+if CONFIG_M32R
+include m32r/Makefile.inc
+endif
if CONFIG_MCORE
include mcore/Makefile.inc
endif