-
Notifications
You must be signed in to change notification settings - Fork 147
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule releng
updated
36 files
+3 −0 | .gitmodules | |
+0 −55 | bootstrap-toolchain.sh | |
+0 −804 | build-deps-windows.py | |
+0 −821 | crosstool-ng/aarch64-linux-gnu.config | |
+0 −617 | crosstool-ng/arm-linux-gnueabi.config | |
+0 −860 | crosstool-ng/arm-linux-gnueabihf.config | |
+0 −503 | crosstool-ng/mips-unknown-linux-uclibc.config | |
+0 −503 | crosstool-ng/mipsel-unknown-linux-uclibc.config | |
+0 −789 | deps.mk | |
+846 −209 | deps.py | |
+391 −0 | deps.toml | |
+0 −32 | detect-arch.sh | |
+0 −8 | detect-os.sh | |
+0 −17 | detect-variant.sh | |
+0 −78 | driver-wrapper-android.sh.in | |
+226 −110 | env.py | |
+61 −59 | env_android.py | |
+87 −60 | env_apple.py | |
+178 −199 | env_generic.py | |
+0 −123 | frida.mk | |
+0 −42 | generate-version-header.py | |
+8 −70 | machine_file.py | |
+87 −46 | machine_spec.py | |
+1 −1 | meson | |
+91 −80 | meson_configure.py | |
+26 −20 | meson_make.py | |
+1 −1 | mkdevkit.py | |
+0 −116 | package-cirrus-ci-artifacts.sh | |
+0 −38 | patches/ninja-linux-arm-ppoll-fallback.patch | |
+0 −47 | pkgify.sh | |
+6 −6 | post-process-oabi.py | |
+0 −29 | rename-release-assets.sh | |
+0 −1,117 | setup-env.sh | |
+0 −15 | system.mk | |
+1 −0 | tomlkit | |
+24 −31 | winenv.py |