Make the patch apply again after NSS update

Change-Id: I935188ee90b4c56c5a4d7cc374a26e4b182beb5f
This commit is contained in:
Tor Lillqvist
2014-10-21 01:48:36 +03:00
parent 7caf64cd7d
commit bf8fb8cfc3

View File

@@ -85,9 +85,9 @@
#define _PR_SI_ARCHITECTURE "arm"
+#elif defined(__arm64__)
+#define _PR_SI_ARCHITECTURE "arm64"
#elif defined(__aarch64__)
#define _PR_SI_ARCHITECTURE "aarch64"
#else
#error "Unknown CPU architecture"
#endif
--- a/a/nspr/pr/src/Makefile.in
+++ a/a/nspr/pr/src/Makefile.in
@@ -180,7 +180,7 @@