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 05:54:54 +0300
committerMike Frysinger <vapier@gentoo.org>2023-01-10 05:49:50 +0300
commit13a7b16ea3ad64794b1cd7651ecfef9c258f3a6c (patch)
treead90b183d676a4c7cc758dd1ccc51af1f03cfa57 /libgloss/Makefile.am
parent9ee1e1b693ad7785e07f126ec725279fe605d621 (diff)
libgloss: merge aarch64 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.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/libgloss/Makefile.am b/libgloss/Makefile.am
index 5464eb8bd..5b5f0fd54 100644
--- a/libgloss/Makefile.am
+++ b/libgloss/Makefile.am
@@ -6,6 +6,7 @@ ACLOCAL_AMFLAGS = -I . -I .. -I ../config
bin_PROGRAMS =
check_PROGRAMS =
info_TEXINFOS =
+CLEANFILES =
PHONY =
SUBDIRS = @subdirs@ .
@@ -59,6 +60,9 @@ TEXINFO_TEX = ../texinfo/texinfo.tex
if HAVE_DOC
include doc/Makefile.inc
endif
+if CONFIG_AARCH64
+include aarch64/Makefile.inc
+endif
if CONFIG_BFIN
include bfin/Makefile.inc
endif