[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: [tor-bugs] #10695 [Tor]: tor on mipsel
#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
_______________________________________________
tor-bugs mailing list
tor-bugs@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs