boklm pushed to branch main at The Tor Project / Applications / 
tor-browser-build


Commits:
57d4514a by Nicolas Vigier at 2025-11-27T10:22:47+01:00
Bug 41639: Remove linux-arm target

- - - - -


5 changed files:

- projects/gcc-cross/config
- projects/go/config
- projects/openssl/config
- projects/tor/config
- rbm.conf


Changes:

=====================================
projects/gcc-cross/config
=====================================
@@ -26,11 +26,6 @@ var:
     - gawk
     - rsync
 
-targets:
-  linux-arm:
-    var:
-      configure_opt: '--target=[% c("var/crosstarget") %] --disable-multilib 
--enable-languages=c,c++ --with-glibc-version=[% c("var/glibc_version") %] 
--with-arch=armv7-a --with-fpu=vfpv3-d16 --with-float=hard --with-mode=thumb'
-
 input_files:
   - project: container-image
   - project: gcc-source


=====================================
projects/go/config
=====================================
@@ -62,9 +62,6 @@ targets:
   linux-aarch64:
     var:
       GOARCH: arm64
-  linux-arm:
-    var:
-      GOARCH: arm
   android:
     var:
       GOOS: android


=====================================
projects/openssl/config
=====================================
@@ -11,9 +11,6 @@ targets:
   linux-aarch64:
     var:
       configure_opts: -shared --cross-compile-prefix=[% c("var/crosstarget") 
%]- enable-ec_nistp_64_gcc_128 linux-aarch64
-  linux-arm:
-    var:
-      configure_opts: -shared --cross-compile-prefix=[% c("var/crosstarget") 
%]- linux-armv4
   windows:
     var:
       flag_mwindows: ''


=====================================
projects/tor/config
=====================================
@@ -29,11 +29,6 @@ targets:
       libdir: lib64
       arch_deps:
         - zlib1g-dev:arm64
-  linux-arm:
-    var:
-      libdir: lib
-      arch_deps:
-        - zlib1g-dev:armhf
 
   android:
     var:


=====================================
rbm.conf
=====================================
@@ -529,16 +529,6 @@ targets:
     - linux-aarch64
     - linux
     - mullvadbrowser
-  torbrowser-linux-arm:
-    - linux-cross
-    - linux-arm
-    - linux
-    - torbrowser
-  basebrowser-linux-arm:
-    - linux-cross
-    - linux-arm
-    - linux
-    - basebrowser
   linux-x86_64:
     arch: x86_64
     var:
@@ -554,14 +544,6 @@ targets:
       linux-cross: 1
       arch_debian: arm64
       crosstarget: aarch64-linux-gnu
-  linux-arm:
-    arch: arm
-    var:
-      linux-arm: 1
-      osname: linux-arm
-      linux-cross: 1
-      arch_debian: armhf
-      crosstarget: arm-linux-gnueabihf
   linux-cross:
     var:
       linux-cross: 1



View it on GitLab: 
https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/57d4514af5b908ddb707e97a6eb69f57aaa9c539

-- 
View it on GitLab: 
https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/57d4514af5b908ddb707e97a6eb69f57aaa9c539
You're receiving this email because of your account on gitlab.torproject.org.


_______________________________________________
tor-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to