This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC 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]

matching '-Wl,' in a specs file


Hello!

A few LINK_SPEC definitions contain a "%{Wl,*:%*}" sequence. AFAICT this
sequence doesn't have any effect since at least GCC 2.95, because gcc.c
doesn't recored "-Wl" options in array "switch" (used in process_brace_body)
but stores them in "infiles". Should it be possible to match against "-Wl,"
in a specs file?

Gunther


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