[tor-bugs] #10695 [Tor]: tor on mipsel
Tor Bug Tracker & Wiki
blackhole at torproject.org
Wed Jan 29 20:50:07 UTC 2014
#10695: tor on mipsel
------------------------+------------------------------
Reporter: lamero | Owner:
Type: defect | Status: new
Priority: normal | Milestone: Tor: unspecified
Component: Tor | Version:
Resolution: | Keywords:
Actual Points: | Parent ID:
Points: |
------------------------+------------------------------
Comment (by nickm):
The --disable-gcc-hardening flag turns off support for some of the options
that improve the security of generated binaries. The ones that it
disabled in your case are:
{{{
-D_FORTIFY_SOURCE=2 -Wstack-protector -fwrapv --param ssp-buffer-size=1
-fPIE
}}}
It looks like at least one of those is broken with your mipsel tool chain.
It would be good if we could find out which one, and have that one only
get disabled.
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/10695#comment:5>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
More information about the tor-bugs
mailing list