Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 410586 Details for
Bug 421527
sys-devel/{llvm,clang}: clang runtime executable stack (WX sections) QA Notice
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed patch to sed the .S files to add GNU-stack stuff
llvm-3.7.0_rc3-bug-421527.patch (text/plain), 485 bytes, created by
Mark Wright
on 2015-08-30 06:44:42 UTC
(
hide
)
Description:
Proposed patch to sed the .S files to add GNU-stack stuff
Filename:
MIME Type:
Creator:
Mark Wright
Created:
2015-08-30 06:44:42 UTC
Size:
485 bytes
patch
obsolete
>--- llvm.orig/llvm-3.7.0_rc3.ebuild 2015-08-26 17:01:02.000000000 +1000 >+++ llvm/llvm-3.7.0_rc3.ebuild 2015-08-30 16:38:21.003162498 +1000 >@@ -194,6 +194,11 @@ > -i tools/lldb/scripts/Python/modules/CMakeLists.txt || die > fi > >+ # bug 421527 >+ find "${S}"/projects/compiler-rt/lib/builtins -type f -name \*.S -exec sed \ >+ -e '$a\\n#if defined(__linux__) && defined(__ELF__)\n.section .note.GNU-stack,"",%progbits\n#endif' \ >+ -i {} \; || die >+ > # User patches > epatch_user >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 421527
: 410586