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-01-12 05:11:59 +0300
committerMike Frysinger <vapier@gentoo.org>2023-01-12 13:26:57 +0300
commit3ef006f056d0c6fb53e9bf76c6374313d239d5a7 (patch)
tree999d6c30d8975089a8bf13a72e55d371e2dbddb6 /libgloss/configure.ac
parente5880bef39fd0593bfa51a01b12485f87de4251a (diff)
libgloss: merge nios2 into top-level Makefile
Avoid a recursive make to speed things up a bit. A nios2-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 59230edc9..d636cf6d2 100644
--- a/libgloss/configure.ac
+++ b/libgloss/configure.ac
@@ -240,8 +240,7 @@ case "${target}" in
subdirs="$subdirs pru"
;;
nios2-*-*)
- AC_CONFIG_FILES([nios2/Makefile])
- subdirs="$subdirs nios2"
+ config_nios2=true
;;
esac
AC_SUBST(subdirs)
@@ -249,7 +248,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 d30v iq2000 libnosys lm32 riscv wince
+ aarch64 arc arm bfin d30v iq2000 libnosys lm32 nios2 riscv wince
], [dnl
AM_CONDITIONAL([CONFIG_]m4_toupper(SUBDIR), [test x$config_]SUBDIR = xtrue)
])