Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mozjs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
certo
mozjs
Commits
8d71e1a5
Commit
8d71e1a5
authored
Aug 14, 2023
by
Vladimir Bashkirtsev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated mozjs to 78.11.0
parent
7bdc63b5
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
11 additions
and
45 deletions
+11
-45
Makefile
Makefile
+11
-9
firefox-68.11.0-fix_armv7.patch
firefox-68.11.0-fix_armv7.patch
+0
-21
firefox-68.11.0-no_rust.patch
firefox-68.11.0-no_rust.patch
+0
-15
firefox-68.11.0esr.source.tar.xz
firefox-68.11.0esr.source.tar.xz
+0
-0
mozjs-78.11.0.tar.bz2
mozjs-78.11.0.tar.bz2
+0
-0
No files found.
Makefile
View file @
8d71e1a5
all
:
python mozjs clean
all
:
python
rustc
mozjs clean
mozjs
:
mozjs
:
dd
if
=
/dev/zero
of
=
swap
bs
=
1048576
count
=
4096
dd
if
=
/dev/zero
of
=
swap
bs
=
1048576
count
=
4096
...
@@ -6,15 +6,13 @@ mozjs:
...
@@ -6,15 +6,13 @@ mozjs:
mkswap swap
mkswap swap
swapon swap
swapon swap
tar
xf
firefox-68.11.0esr.source.tar.xz
tar
xf
mozjs-78.11.0.tar.bz2
patch
-Np1
-d
firefox-68.11.0
<
firefox-68.11.0-no_rust.patch
mkdir
-p
mozjs-78.11.0/obj
patch
-Np1
-d
firefox-68.11.0
<
firefox-68.11.0-fix_armv7.patch
cd mozjs-78.11.0/obj && PATH=/build/usr/bin
:
$$PATH SHELL=/bin/bash CC=gcc CXX=g++ ../js/src/configure --prefix=/usr --with-intl-api --with-system-zlib --with-system-icu --disable-jemalloc --disable-debug-symbols --enable-readline
mkdir
-p
firefox-68.11.0/obj
$(MAKE)
-C
mozjs-78.11.0/obj
SHELL
=
/bin/bash
cd firefox-68.11.0/obj && PATH=/build/usr/bin
:
$$PATH SHELL=/bin/bash CC=gcc CXX=g++ LLVM_OBJDUMP=/bin/false ../js/src/configure --prefix=/usr --with-intl-api --with-system-zlib --with-system-icu --disable-jemalloc --disable-debug-symbols --enable-readline
$(MAKE)
-C
mozjs-78.11.0/obj
install
SHELL
=
/bin/bash
$(MAKE)
-C
firefox-68.11.0/obj
SHELL
=
/bin/bash
$(MAKE)
-C
firefox-68.11.0/obj
install
SHELL
=
/bin/bash
rm
-v
/usr/lib/libjs_static.ajs
rm
-v
/usr/lib/libjs_static.ajs
rm
-rf
firefox-6
8.11.0
rm
-rf
mozjs-7
8.11.0
swapoff
swap
swapoff
swap
rm
-rf
swap
rm
-rf
swap
...
@@ -22,5 +20,9 @@ mozjs:
...
@@ -22,5 +20,9 @@ mozjs:
python
:
python
:
$(MAKE)
-C
../python temporary
$(MAKE)
-C
../python temporary
rustc
:
$(MAKE)
-C
../rustc temporary
clean
:
clean
:
$(MAKE)
-C
../python clean
$(MAKE)
-C
../python clean
$(MAKE)
-C
../rustc clean
firefox-68.11.0-fix_armv7.patch
deleted
100644 → 0
View file @
7bdc63b5
diff -uNr firefox-68.11.0/js/src/wasm/WasmSignalHandlers.cpp firefox-68.11.0-fix_armv7/js/src/wasm/WasmSignalHandlers.cpp
--- firefox-68.11.0/js/src/wasm/WasmSignalHandlers.cpp 2020-07-21 06:33:11.000000000 +0930
+++ firefox-68.11.0-fix_armv7/js/src/wasm/WasmSignalHandlers.cpp 2021-08-01 03:18:55.385132240 +0930
@@ -248,7 +248,16 @@
#endif
#ifdef WASM_EMULATE_ARM_UNALIGNED_FP_ACCESS
-# include <sys/user.h>
+struct user_vfp {
+ unsigned long long fpregs[32];
+ unsigned long fpscr;
+};
+
+struct user_vfp_exc {
+ unsigned long fpexc;
+ unsigned long fpinst;
+ unsigned long fpinst2;
+};
#endif
#if defined(ANDROID)
firefox-68.11.0-no_rust.patch
deleted
100644 → 0
View file @
7bdc63b5
diff -uNr firefox-68.11.0/js/moz.configure firefox-68.11.0-no_rust/js/moz.configure
--- firefox-68.11.0/js/moz.configure 2020-07-21 06:32:46.000000000 +0930
+++ firefox-68.11.0-no_rust/js/moz.configure 2021-07-30 02:22:08.716054540 +0930
@@ -18,11 +18,6 @@
option(env='JS_STANDALONE', default=building_js,
help='Reserved for internal use')
-include('../build/moz.configure/rust.configure',
- when='--enable-compile-environment')
-include('../build/moz.configure/bindgen.configure',
- when='--enable-compile-environment')
-
@depends('JS_STANDALONE')
def js_standalone(value):
if value:
firefox-68.11.0esr.source.tar.xz
deleted
100644 → 0
View file @
7bdc63b5
File deleted
mozjs-78.11.0.tar.bz2
0 → 100644
View file @
8d71e1a5
File added
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment