1 This fixes architecture mismatch, when building
2 on Cygwin 64bit and in 32bit mode
3 diff -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
7 # Translate coreconf build options to NSPR configure options.
10 +NSPR_CONFIGURE_OPTS += --host=i686-pc-cygwin
12 ifeq ($(OS_TARGET),Android)
13 NSPR_CONFIGURE_OPTS += --with-android-ndk=$(ANDROID_NDK) \
14 --target=$(ANDROID_PREFIX) \