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]

Re: -Wp,<options>


Devang Patel <dpatel@apple.com> wrote:
> -Wp,<options> allows to pass comma-separated <options> on to the preprocessor.
> One of the preprocessor option can be filename. And filename can contain
> ','. Right now, driver breaks filename with comma in two separate options.
>
> What is the best way to escape comma in this situation?
>
> Same is true for -Wl,<options> and -Wa,<options>

For -Wl, you can use -Xlinker instead.  There don't seem to be
corresponding lternate forms for -Wp and -Wa, though.


paul


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