[tor-commits] [builders/tor-browser-build] 02/03: fixup! Bug 40595: Update config and toolchains for 102
gitolite role
git at cupani.torproject.org
Tue Sep 6 15:38:48 UTC 2022
This is an automated email from the git hooks/post-receive script.
richard pushed a commit to branch main
in repository builders/tor-browser-build.
commit 5525b87373d38eb3ce4cdb2fd0fb7190c97637f6
Author: Richard Pospesel <richard at torproject.org>
AuthorDate: Thu Sep 1 16:26:10 2022 +0000
fixup! Bug 40595: Update config and toolchains for 102
---
projects/mingw-w64/build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/projects/mingw-w64/build b/projects/mingw-w64/build
index 336d7ce..68b543f 100644
--- a/projects/mingw-w64/build
+++ b/projects/mingw-w64/build
@@ -26,7 +26,7 @@ tar -xf $rootdir/[% c("input_files_by_name/gcc") %]
# CFLAGS_FOR_TARGET.
export CFLAGS_FOR_TARGET="-Wl,--nxcompat -Wl,--dynamicbase -Wl,--no-insert-timestamp [% c('var/flag_noSEH') %]"
# Rust requires enabling pthreads
-gcc-[% c("var/gcc_version") %]/configure --prefix=$distdir --target=[% c("arch") %]-w64-mingw32 --with-gnu-ld --with-gnu-as --disable-multilib --enable-threads=posix --enable-languages=c,c++[% IF c("var/windows-i686") %] --disable-sjlj-exceptions --with-dwarf2[% END %]
+gcc-[% c("version") %]/configure --prefix=$distdir --target=[% c("arch") %]-w64-mingw32 --with-gnu-ld --with-gnu-as --disable-multilib --enable-threads=posix --enable-languages=c,c++[% IF c("var/windows-i686") %] --disable-sjlj-exceptions --with-dwarf2[% END %]
make -j[% c("num_procs") %] all-gcc
make install-gcc
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the tor-commits
mailing list