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-12 12:58:24 +0300
committerMike Frysinger <vapier@gentoo.org>2022-02-18 04:35:32 +0300
commitf9dc151186d4e3a3e323ccc978f1cc962e8667ec (patch)
tree8844e3e58683e7256f5a83af1d133af9e4cda4cf /libgloss/configure.ac
parentbf9f6a0984c0eefd3f4d218cd7260030c5f689a2 (diff)
libgloss: merge wince configure script up a level
Move the minor wince-specific logic to a dedicated file & namespace them so we can merge its configure logic up a level. The makefile is a bit tricky, but maybe it still works.
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 06d17d8b5..89bebe002 100644
--- a/libgloss/configure.ac
+++ b/libgloss/configure.ac
@@ -87,7 +87,7 @@ case "${target}" in
AC_CONFIG_SUBDIRS([sparc])
;;
sh*-*-pe | mips*-*-pe | *arm*-wince-pe)
- AC_CONFIG_SUBDIRS([wince])
+ config_wince=true
;;
mips*-*-*)
AC_CONFIG_SUBDIRS([mips])
@@ -235,6 +235,7 @@ esac
AM_CONDITIONAL(CONFIG_BFIN, test x$config_bfin = xtrue)
AM_CONDITIONAL(CONFIG_IQ2000, test x$config_iq2000 = xtrue)
+AM_CONDITIONAL(CONFIG_WINCE, test x$config_wince = xtrue)
dnl For now, don't bother configuring testsuite
dnl