-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi,
After doing the "ARM32" build system changes i figured it would be good to get 
rid of the CE
stuff in the build system. And yes, i think we should keep the def files in 
libce for reference, even if git won't forget it...

The non-autogenerated change would come down to the following patch, which also 
makes clear to me that building the libce stuff doesn't even work right now:

diff --git a/mingw-w64-crt/configure.ac b/mingw-w64-crt/configure.ac
index c4b241b..80257dd 100644
- --- a/mingw-w64-crt/configure.ac
+++ b/mingw-w64-crt/configure.ac
@@ -115,25 +115,6 @@ AS_CASE([$enable_libarm32],
   [AC_MSG_ERROR([invalid argument.  Must be either yes or no.])])
 AM_CONDITIONAL([LIBARM32], [AS_VAR_TEST_SET([LIBARM32])])
 
- -AC_MSG_CHECKING([whether to build the WinCE libraries])
- -AC_ARG_ENABLE([libce],
- -  [AS_HELP_STRING([--enable-libce],
- -    [Build the WinCE libraries])],
- -  [],
- -  [AS_CASE([$host_cpu],
- -    [*],[enable_libce=no])
- -  ])
- -AC_MSG_RESULT([$enable_libce])
- -AS_CASE([$enable_libce],
- -  [no],[],
- -  [yes],[AS_VAR_SET([LIBCE])],
- -  [AC_MSG_ERROR([invalid argument.  Must be either yes or no.])])
- -AM_CONDITIONAL([LIBCE], [AS_VAR_TEST_SET([LIBCE])])
- -
- -AS_VAR_IF([enable_libce],[yes],[
- -  AS_IF([AS_VAR_TEST_SET([LIB32]) || AS_VAR_TEST_SET([LIB64]) || 
AS_VAR_TEST_SET([LIBARM32])],
- -    [AC_MSG_WARN([Building the runtime to use libce with lib32, lib64 or 
libarm32 is unsupported.])])])
- -
 AS_CASE([$host_cpu],
   [x86_64],[
     lib64suffx=lib
@@ -319,7 +300,6 @@ AC_MSG_NOTICE([])
 AC_MSG_NOTICE([])
 AC_MSG_NOTICE([Configuration Options Summary:])
 AC_MSG_NOTICE([])
- -AC_MSG_NOTICE([  WinCE runtime........: $enable_libce])
 AC_MSG_NOTICE([  WinARM32 runtime.....: $enable_libarm32])
 AC_MSG_NOTICE([  Win32 runtime........: $enable_lib32])
 AC_MSG_NOTICE([  Win64 runtime........: $enable_lib64])

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iQGcBAEBAgAGBQJTg6khAAoJEGm5GZTakYssRQAL/0f0ghsJ/aVq3mWwyu4ZLhmA
qHq9LsYbjTNT3R2+8WMXTuHGAwZz+LNgbvLwMCSm7UyOnlCaVh7TyTM44mYXQvVx
RF4tBhxNejEZOJC2HwwP8c0zBFJpFuEclSNEuLCqX2s4G7Hz52+K0oApnG+b79I1
y3ATN2S5RqMrrp4U9BC0SY8TML+v1rygnuj6iPUnKyOKwoyqk1UYtZlLw10Estpk
VZ7kNQcTXcbg8efxPd36hDPM6Ns2cnmW4VPPpUcvb7Q5d3V3/Wa/Jy0sUbRZYFOf
tgIxsettZhBnCZq+2EHPfPg3NBDVzYWrQnPQbKWwErX+5D9hTl1P1mH/4pBb0lDE
SXkMcaFzF9+qFS/HiuXbV+Yl8VjOmvtI0iuz9GOMboWL5OJs4Lsa2c5697zxYbsI
ycJq+eT52KQN5cS3Q9eyQSLk3PoATkDtXElfD3oJWf/q/I9LmbKM/ijfnDmNFbwa
G3NhbblRkV2lb54nzack6C30cjnNJGXPE0YYXDDyFA==
=LiKx
-----END PGP SIGNATURE-----

------------------------------------------------------------------------------
The best possible search technologies are now affordable for all companies.
Download your FREE open source Enterprise Search Engine today!
Our experts will assist you in its installation for $59/mo, no commitment.
Test it for FREE on our Cloud platform anytime!
http://pubads.g.doubleclick.net/gampad/clk?id=145328191&iu=/4140/ostg.clktrk
_______________________________________________
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to