aboutsummaryrefslogtreecommitdiff
path: root/libgloss/configure.ac
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2023-12-26 20:21:28 -0500
committerMike Frysinger <vapier@gentoo.org>2023-12-29 21:14:56 -0500
commit42f5917f0040c3f35b55d59fdc5529aa877a2d52 (patch)
tree3ccec660d9e6ea2e7d1afa8717caee99e13c6d3e /libgloss/configure.ac
parentf1055d1a840f9a0555c1de8593666ad8f5606151 (diff)
downloadnewlib-42f5917f0040c3f35b55d59fdc5529aa877a2d52.zip
newlib-42f5917f0040c3f35b55d59fdc5529aa877a2d52.tar.gz
newlib-42f5917f0040c3f35b55d59fdc5529aa877a2d52.tar.bz2
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 c37c1c2..bd4f157 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)
])