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>2023-12-27 04:21:28 +0300
committerMike Frysinger <vapier@gentoo.org>2024-01-03 11:44:26 +0300
commit50d6410160b2ac6161919ab8f5b773a5dffaf4d0 (patch)
tree3a750dfafd05eb16efc002cd7b5710f168dbb8ad /libgloss/configure.ac
parentcd754062860a91c11ef13648bab0010db82daf63 (diff)
libgloss: merge moxie into top-level Makefile
Avoid a recursive make to speed things up a bit. A moxie-elf build shows installed objects & libs produce same code.
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 268d86c51..472cbb8f9 100644
--- a/libgloss/configure.ac
+++ b/libgloss/configure.ac
@@ -166,8 +166,7 @@ case "${target}" in
subdirs="$subdirs mep"
;;
moxie-*-*)
- AC_CONFIG_FILES([moxie/Makefile])
- subdirs="$subdirs moxie"
+ config_moxie=true
;;
microblaze*-*-*)
AC_CONFIG_FILES([microblaze/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 csky d30v iq2000 libnosys lm32 nios2 riscv wince xtensa
+ aarch64 arc arm bfin csky d30v iq2000 libnosys lm32 moxie nios2 riscv wince xtensa
], [dnl
AM_CONDITIONAL([CONFIG_]m4_toupper(SUBDIR), [test x$config_]SUBDIR = xtrue)
])