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:58:01 +0300
committerMike Frysinger <vapier@gentoo.org>2023-01-11 16:42:19 +0300
commit0e1c0a02cfeafaeb88be025c6e99538337d67d8c (patch)
treea8c883c5f3624e445b402a9ac66a6198355b7d40 /libgloss/configure.ac
parent5401db924f565a72939d2b7cb66d6d51203fefb7 (diff)
libgloss: merge d30v 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 ef7b57854..59230edc9 100644
--- a/libgloss/configure.ac
+++ b/libgloss/configure.ac
@@ -141,8 +141,7 @@ case "${target}" in
subdirs="$subdirs crx"
;;
d30v-*-*)
- AC_CONFIG_FILES([d30v/Makefile])
- subdirs="$subdirs d30v"
+ config_d30v=true
;;
fr30-*-*)
AC_CONFIG_FILES([fr30/Makefile])
@@ -250,7 +249,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 arc arm bfin iq2000 libnosys lm32 riscv wince
+ aarch64 arc arm bfin d30v iq2000 libnosys lm32 riscv wince
], [dnl
AM_CONDITIONAL([CONFIG_]m4_toupper(SUBDIR), [test x$config_]SUBDIR = xtrue)
])