Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • T tor-browser-build
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 219
    • Issues 219
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 12
    • Merge requests 12
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • The Tor Project
  • Applications
  • tor-browser-build
  • Issues
  • #31846
Closed
Open
Created Sep 24, 2019 by cypherpunks@cypherpunks

Clean up mingw-w64 project to make it clean

The pthread situation is a bit unfortunate. It doesn't seem that Rust depends on winpthread: ​https://github.com/rust-lang/rust/issues/13501 Have you changed --enable-threads=posix to --enable-threads=win32? Also you can remove old --with-gnu-ld --with-gnu-as.

LDFLAGS_FOR_TARGET does not work for some reason. Thus, we take

CFLAGS_FOR_TARGET.

It didn't work, because linker didn't want to eat -specs. Try now. Also where are --no-seh, --large-address-aware for x86 and --high-entropy-va, --image-base for x64?

--enable-sdk=all --enable-secure-api They are no longer needed (set by default).

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking