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-01-26 12:42:09 +0300
committerMike Frysinger <vapier@gentoo.org>2022-01-26 12:42:09 +0300
commit43ab30fbd50cd6394b6b6950647ce2c243fa80c5 (patch)
tree7bfaeaab5892343c069ade9d44bbc63f1901aecc /libgloss/configure.ac
parent754f8def0dfeeb43afa5a96ad1971fd0ef02c419 (diff)
libgloss: merge stub iq2000 configure scripts up a level
This was supposed to be included in the previous commit.
Diffstat (limited to 'libgloss/configure.ac')
-rw-r--r--libgloss/configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/libgloss/configure.ac b/libgloss/configure.ac
index 47da9b160..f738a6c98 100644
--- a/libgloss/configure.ac
+++ b/libgloss/configure.ac
@@ -192,7 +192,8 @@ case "${target}" in
config_testsuite=false
;;
iq2000-*-*)
- AC_CONFIG_SUBDIRS([iq2000])
+ AC_CONFIG_FILES([iq2000/Makefile])
+ subdirs="$subdirs iq2000"
;;
or1k-*-* | or1knd-*-* )
AC_CONFIG_SUBDIRS([or1k])