[tor-bugs] #28716 [Applications/Tor Browser]: Create a mingw-w64-clang project

Tor Bug Tracker & Wiki blackhole at torproject.org
Tue Feb 5 19:28:05 UTC 2019


#28716: Create a mingw-w64-clang project
-------------------------------------------------+-------------------------
 Reporter:  gk                                   |          Owner:  tbb-
                                                 |  team
     Type:  task                                 |         Status:
                                                 |  needs_review
 Priority:  High                                 |      Milestone:
Component:  Applications/Tor Browser             |        Version:
 Severity:  Normal                               |     Resolution:
 Keywords:  tbb-rbm, TorBrowserTeam201902R,      |  Actual Points:
  GeorgKoppen201902                              |
Parent ID:  #28238                               |         Points:
 Reviewer:                                       |        Sponsor:
-------------------------------------------------+-------------------------

Comment (by gk):

 One thing we should do in the final revision, I think, is to not symlink
 every tool we need individually (right now it is just `llvm-readobj`) but
 do something like Martin does:
 {{{
     for exec in ar ranlib nm objcopy strings strip; do
         ln -sf llvm-$exec$EXEEXT $arch-w64-mingw32-$exec$EXEEXT || true
     done
 }}}
 Rust, e.g. is complaining about a missing `x86_64-w64-mingw32-ar` and we
 probably can simplify our `mozconfig` as well that way (assuming `RANLIB`
 is just necessary because we don't symlink properly in the first place).

--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/28716#comment:42>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tor-bugs mailing list