Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 743532 Details for
Bug 812026
dev-build/libtool filters -static-libasan
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
v2: adapt to Gentoo ebuild practise
file_812026.txt (text/plain), 2.09 KB, created by
Joakim Tjernlund
on 2021-10-06 11:48:18 UTC
(
hide
)
Description:
v2: adapt to Gentoo ebuild practise
Filename:
MIME Type:
Creator:
Joakim Tjernlund
Created:
2021-10-06 11:48:18 UTC
Size:
2.09 KB
patch
obsolete
>Description: Pass more flags to the linker unchanged. Closes: #751161. >Author: Vincent Lefevre <vincent@vinc17.net> >Last-Updated: 2019-05-03 > >--- libtool-2.4.6-a/build-aux/ltmain.in 2019-05-03 11:11:05.000000000 +0200 >+++ libtool-2.4.6-b/build-aux/ltmain.in 2019-05-03 11:18:59.209409497 +0200 >@@ -5383,10 +5383,12 @@ > # -stdlib=* select c++ std lib with clang > # -fsanitize=* Clang/GCC memory and address sanitizer > # -fuse-ld=* Linker select flags for GCC >+ # -static-* direct GCC to link specific libraries statically >+ # -fcilkplus Cilk Plus language extension features for C/C++ > -64|-mips[0-9]|-r[0-9][0-9]*|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*| \ > -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-tp=*|--sysroot=*| \ > -O*|-g*|-flto*|-fwhopr*|-fuse-linker-plugin|-fstack-protector*|-stdlib=*| \ >- -specs=*|-fsanitize=*|-fuse-ld=*) >+ -specs=*|-fsanitize=*|-fuse-ld=*|-static-*|-fcilkplus) > func_quote_for_eval "$arg" > arg=$func_quote_for_eval_result > func_append compile_command " $arg" >--- libtool-2.4.6-a/build-aux/ltmain.sh 2019-05-03 11:11:05.000000000 +0200 >+++ libtool-2.4.6-b/build-aux/ltmain.sh 2019-05-03 11:18:59.209409497 +0200 >@@ -5383,10 +5383,12 @@ > # -stdlib=* select c++ std lib with clang > # -fsanitize=* Clang/GCC memory and address sanitizer > # -fuse-ld=* Linker select flags for GCC >+ # -static-* direct GCC to link specific libraries statically >+ # -fcilkplus Cilk Plus language extension features for C/C++ > -64|-mips[0-9]|-r[0-9][0-9]*|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*| \ > -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-tp=*|--sysroot=*| \ > -O*|-g*|-flto*|-fwhopr*|-fuse-linker-plugin|-fstack-protector*|-stdlib=*| \ >- -specs=*|-fsanitize=*|-fuse-ld=*) >+ -specs=*|-fsanitize=*|-fuse-ld=*|-static-*|-fcilkplus) > func_quote_for_eval "$arg" > arg=$func_quote_for_eval_result > func_append compile_command " $arg"
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 Raw
Actions:
View
Attachments on
bug 812026
:
743424
| 743532 |
748122