This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug build/17248] gcc plugins cannot be passed arguments in CFLAGS


https://sourceware.org/bugzilla/show_bug.cgi?id=17248

--- Comment #2 from PaX Team <pageexec at gmail dot com> ---
well, it's arguably a feature since fplugin-arg-... encodes the plugin name
that it applies to (i guess someone didn't want to do lazy plugin argument
processing for some reason). in any case, using sort does more than just
eliminate duplicates and it's a ticking bomb regardless of how -fplugin-* is
handled (just imagine what happens to "-fstack-protector -fno-stack-protector"
that can easily come from a build system and sorting them would undo the user's
intention).

-- 
You are receiving this mail because:
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]