1This fixes architecture mismatch, when building
2on Cygwin 64bit and in 32bit mode
3diff -ru nss.orig/nss/Makefile nss/nss/Makefile
4--- a/nss.orig/nss/Makefile       2016-02-26 01:00:52.146713100 +0100
5+++ b/nss/nss/Makefile    2016-02-26 01:02:05.303560100 +0100
6@@ -59,6 +59,8 @@
7 # Translate coreconf build options to NSPR configure options.
8 #
9
10+NSPR_CONFIGURE_OPTS += --host=i686-pc-cygwin
11+
12 ifeq ($(OS_TARGET),Android)
13 NSPR_CONFIGURE_OPTS += --with-android-ndk=$(ANDROID_NDK) \
14                        --target=$(ANDROID_PREFIX) \
15