Pier Angelo Vendrame pushed to branch main at The Tor Project / Applications / tor-browser-build Commits: fc2fd1b7 by Pier Angelo Vendrame at 2025-11-26T10:26:02+01:00 Bug 41640: Clean projects/gcc/config. Switch from `--enable-multilib` to `--disable-multilib`, since we do not support Linux i686 anymore, and remove the unused Windows section. - - - - - 1 changed file: - projects/gcc/config Changes: ===================================== projects/gcc/config ===================================== @@ -20,16 +20,10 @@ var: [% IF c("hardened_gcc"); GET c("var/set_hardened_build_flags"); END %] targets: - windows: - var: - configure_opt: --disable-multilib --enable-languages=c,c++ - arch_deps: - - libc6-dev - - zlib1g-dev linux: hardened_gcc: 1 var: - configure_opt: --enable-multilib --enable-languages=c,c++ + configure_opt: --disable-multilib --enable-languages=c,c++ input_files: - project: container-image View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/fc... -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/fc... You're receiving this email because of your account on gitlab.torproject.org.
participants (1)
-
Pier Angelo Vendrame (@pierov)