projects
/
packages
/
mozjs78.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ad300f
)
- typo
author
Jakub Bogusz
<qboosh@pld-linux.org>
Thu, 8 Oct 2020 03:59:01 +0000
(
05:59
+0200)
committer
Jakub Bogusz
<qboosh@pld-linux.org>
Thu, 8 Oct 2020 03:59:01 +0000
(
05:59
+0200)
x32.patch
patch
|
blob
|
blame
|
history
diff --git
a/x32.patch
b/x32.patch
index 6b26ccc2ccbc4dd49c96214a4b31db196afb6326..256e5e7f2fecf40996909c42e80f058abe116cfc 100644
(file)
--- a/
x32.patch
+++ b/
x32.patch
@@
-41,7
+41,7
@@
diff -ur mozjs-60.1.0/python/mozbuild/mozbuild/configure/constants.py mozjs-60.1
+ ('x32', '__x86_64__ && __ILP32__'),
('x86', '__i386__ || _M_IX86'),
- ('x86_64', '__x86_64__ || _M_X64'),
-+ ('x86_64', '(__x86_64__ && __
I
LP64__) || _M_X64'),
++ ('x86_64', '(__x86_64__ && __LP64__) || _M_X64'),
('arm', '__arm__ || _M_ARM'),
--- firefox-68.7.0/js/src/vm/BigIntType.cpp~ 2020-04-03 21:29:59.000000000 +0200
+++ firefox-68.7.0/js/src/vm/BigIntType.cpp 2020-05-01 11:22:53.296439915 +0200
This page took
0.05617 seconds
and
4
git commands to generate.