[tor-bugs] #9711 [Tor bundles/installation]: Test out crosstools-ng for Gitian OSX builds (instead of toolchain4 binaries)

Tor Bug Tracker & Wiki blackhole at torproject.org
Tue Oct 29 12:03:25 UTC 2013


#9711: Test out crosstools-ng for Gitian OSX builds (instead of toolchain4
binaries)
------------------------------------------+-------------------------------
     Reporter:  mikeperry                 |      Owner:  erinn
         Type:  task                      |     Status:  needs_information
     Priority:  normal                    |  Milestone:
    Component:  Tor bundles/installation  |    Version:
   Resolution:                            |   Keywords:  tbb-3.0, gitian
Actual Points:                            |  Parent ID:
       Points:                            |
------------------------------------------+-------------------------------

Comment (by mingwandroid):

 You may also need
 {{{
 CT_CC=n
 CT_CC_gcc=n
 CT_CC_GCC_V_apple_5666_3=y
 }}}

 .. in my test builds, I post-process the .config file with sed before
 calling "ct-ng build" as follows:
 {{{
 # Wishing to iterate quickly on clang/llvm!
 $SED -i "s/CT_CC=\"gcc\"/#CT_CC=\"gcc\"/g" ./.config
 $SED -i "s#CT_CC_gcc=y#CT_CC_gcc=n#g" ./.config
 $SED -i "s#CT_CC_GCC_V_apple_5666_3=y#CT_CC_GCC_V_apple_5666_3=n#g"
 ./.config
 }}}

 .. but the first option is definitely nicer if it works!

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


More information about the tor-bugs mailing list