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-12-14 06:27:35 +0300
committerMike Frysinger <vapier@gentoo.org>2023-01-11 09:00:21 +0300
commit275b39e219d06ec26715bf2b53812513e37e7c04 (patch)
treee5e124c767b8c8b23bea912448794847e004981e /libgloss/Makefile.am
parent26f9cfd7a8034919448ab4604a9c9d39c04b8d19 (diff)
libgloss: merge arm into top-level Makefile
Avoid a recursive make to speed things up a bit.
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 18b32fad2..0060db3ea 100644
--- a/libgloss/Makefile.am
+++ b/libgloss/Makefile.am
@@ -66,6 +66,9 @@ endif
if CONFIG_AARCH64
include aarch64/Makefile.inc
endif
+if CONFIG_ARM
+include arm/Makefile.inc
+endif
if CONFIG_BFIN
include bfin/Makefile.inc
endif