aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.7/gcc/config/i386/i386-opts.h
Commit message (Collapse)AuthorAgeFilesLines
* Add -mstack-protector-guard= to x86 compilersAndrew Hsieh2012-11-011-0/+5
| | | | | | | | | | | | | | | | | | | | To choose between "global" (default) and "tls" (new) for -fstack-protector, -fstack-protector-all, and -fstack-protector-strong (GCC 4.6+). Note that this alone doesn't enable any -fstack-protector* For NDK: The default "global" generates code backward compatible with older bionic For AOSP: build may add "-mstack-protector-guard=tls" to build platform code with new bionic (*1) Related CL: https://android-review.googlesource.com/#/c/45416 (*1) https://android-review.googlesource.com/#/c/45784 Change-Id: Iedf5b7ae5148572db2e35f0add93bc3d13511304
* Initial check-in of gcc 4.7.2.Ben Cheng2012-10-011-0/+85
Change-Id: I4a2f5a921c21741a0e18bda986d77e5f1bef0365