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-03-01 10:03:17 +0300
committerMike Frysinger <vapier@gentoo.org>2022-03-02 04:29:07 +0300
commit74885d4fbd75d7d24598ae0633297cbe08844960 (patch)
tree6b2639bc7489b0ccc559868cb0082cf06d275bce /libgloss/configure.ac
parent89f643e87b919aa3a20ef81429f5712a2879b6de (diff)
libgloss: merge lm32 into top-level Makefile
Avoid a recursive make to speed things up a bit. This drops the header install logic because the lm32/ subdir doesn't actually have any header files to install.
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 6ed848dd5..3d8d2b031 100644
--- a/libgloss/configure.ac
+++ b/libgloss/configure.ac
@@ -147,8 +147,7 @@ case "${target}" in
subdirs="$subdirs ft32"
;;
lm32*-*-*)
- AC_CONFIG_FILES([lm32/Makefile])
- subdirs="$subdirs lm32"
+ config_lm32=true
;;
mcore-*-*)
AC_CONFIG_FILES([mcore/Makefile])
@@ -240,7 +239,7 @@ esac
dnl These subdirs have converted to non-recursive make. Hopefully someday all
dnl the ports above will too!
m4_foreach_w([SUBDIR], [
- bfin iq2000 libnosys wince
+ bfin iq2000 libnosys lm32 wince
], [dnl
AM_CONDITIONAL([CONFIG_]m4_toupper(SUBDIR), [test x$config_]SUBDIR = xtrue)
])