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:59:58 +0300
committerMike Frysinger <vapier@gentoo.org>2024-01-03 11:49:10 +0300
commit6bbeed74ca571b98af19dc7d52ce286f40c75229 (patch)
tree651bc873fef8ed009437c4134a8678da9120dc66 /libgloss/configure.ac
parent6879bfa7c24467a85d3c0aa5b84c2f8f5fb92f33 (diff)
libgloss: merge i960 into top-level Makefile
Avoid a recursive make to speed things up a bit. I can't test this as current versions of binutils doesn't support i960.
Diffstat (limited to 'libgloss/configure.ac')
-rw-r--r--libgloss/configure.ac7
1 files changed, 3 insertions, 4 deletions
diff --git a/libgloss/configure.ac b/libgloss/configure.ac
index 81b66a2f8..ec6dec0a0 100644
--- a/libgloss/configure.ac
+++ b/libgloss/configure.ac
@@ -87,8 +87,7 @@ case "${target}" in
subdirs="$subdirs pa"
;;
i960-*-coff)
- AC_CONFIG_FILES([i960/Makefile])
- subdirs="$subdirs i960"
+ config_i960=true
;;
sparc-*leon*-elf* | sparc-*leon*-none*)
AC_CONFIG_FILES([sparc_leon/Makefile])
@@ -248,8 +247,8 @@ 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 moxie nios2 riscv v850
- wince xtensa
+ aarch64 arc arm bfin csky d30v i960 iq2000 libnosys lm32 moxie nios2 riscv
+ v850 wince xtensa
], [dnl
AM_CONDITIONAL([CONFIG_]m4_toupper(SUBDIR), [test x$config_]SUBDIR = xtrue)
])