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-02-02 09:06:21 +0300
committerMike Frysinger <vapier@gentoo.org>2022-02-11 14:14:55 +0300
commit66dfedc28778e81d9d75a4a3fa1e74192138bf62 (patch)
tree9b7baf6afa1365e7fad67030a082fb15ef30ebd0 /libgloss/configure.ac
parent62e580f01b8d1c5a3bce5c046853332217cf6458 (diff)
libgloss: merge bfin into top-level Makefile
Avoid a recursive make to speed things up a bit.
Diffstat (limited to 'libgloss/configure.ac')
-rw-r--r--libgloss/configure.ac5
1 files changed, 3 insertions, 2 deletions
diff --git a/libgloss/configure.ac b/libgloss/configure.ac
index 8f6019a83..cd249769e 100644
--- a/libgloss/configure.ac
+++ b/libgloss/configure.ac
@@ -20,6 +20,7 @@ else
have_multisubdir=yes
fi
AM_CONDITIONAL(HAVE_DOC, test x$have_multisubdir = xno)
+AM_CONDITIONAL(HAVE_MULTISUBDIR, test x$have_multisubdir = xyes)
AC_NO_EXECUTABLES
@@ -104,8 +105,7 @@ case "${target}" in
AC_CONFIG_SUBDIRS([mn10300])
;;
bfin-*-*)
- AC_CONFIG_FILES([bfin/Makefile])
- subdirs="$subdirs bfin"
+ config_bfin=true
;;
cr16-*-*)
AC_CONFIG_FILES([cr16/Makefile])
@@ -224,6 +224,7 @@ case "${target}" in
;;
esac
+AM_CONDITIONAL(CONFIG_BFIN, test x$config_bfin = xtrue)
AM_CONDITIONAL(CONFIG_IQ2000, test x$config_iq2000 = xtrue)
dnl For now, don't bother configuring testsuite