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-15 02:54:45 +0300
committerMike Frysinger <vapier@gentoo.org>2023-01-11 16:42:16 +0300
commit5401db924f565a72939d2b7cb66d6d51203fefb7 (patch)
tree0dfd64efea00a5bbbe1e7a68789d9efd1572d580 /libgloss/configure.ac
parent275b39e219d06ec26715bf2b53812513e37e7c04 (diff)
libgloss: merge arc 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 6b0117805..ef7b57854 100644
--- a/libgloss/configure.ac
+++ b/libgloss/configure.ac
@@ -52,8 +52,7 @@ case "${target}" in
config_testsuite=true
;;
arc*-*-*)
- AC_CONFIG_FILES([arc/Makefile])
- subdirs="$subdirs arc"
+ config_arc=true
;;
csky*-*-*)
AC_CONFIG_FILES([csky/Makefile])
@@ -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], [
- aarch64 arm bfin iq2000 libnosys lm32 riscv wince
+ aarch64 arc arm bfin iq2000 libnosys lm32 riscv wince
], [dnl
AM_CONDITIONAL([CONFIG_]m4_toupper(SUBDIR), [test x$config_]SUBDIR = xtrue)
])