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/configure.ac
parent9ee1e1b693ad7785e07f126ec725279fe605d621 (diff)
libgloss: merge aarch64 into top-level Makefile
Avoid a recursive make to speed things up a bit.
Diffstat (limited to 'libgloss/configure.ac')
-rw-r--r--libgloss/configure.ac5
1 files changed, 2 insertions, 3 deletions
diff --git a/libgloss/configure.ac b/libgloss/configure.ac
index 9906781a7..33026534f 100644
--- a/libgloss/configure.ac
+++ b/libgloss/configure.ac
@@ -46,8 +46,7 @@ target_makefile_frag=${srcdir}/config/default.mt
case "${target}" in
aarch64*-*-*)
- AC_CONFIG_FILES([aarch64/Makefile aarch64/cpu-init/Makefile])
- subdirs="$subdirs aarch64 aarch64/cpu-init"
+ config_aarch64=true
config_testsuite=true
;;
arc*-*-*)
@@ -251,7 +250,7 @@ AC_SUBST(subdirs)
dnl These subdirs have converted to non-recursive make. Hopefully someday all
dnl the ports above will too!
m4_foreach_w([SUBDIR], [
- bfin iq2000 libnosys lm32 riscv wince
+ aarch64 bfin iq2000 libnosys lm32 riscv wince
], [dnl
AM_CONDITIONAL([CONFIG_]m4_toupper(SUBDIR), [test x$config_]SUBDIR = xtrue)
])