This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
-Wp,<options>
- From: Devang Patel <dpatel at apple dot com>
- To: gcc at gcc dot gnu dot org
- Date: Thu, 31 Oct 2002 14:29:13 -0800
- Subject: -Wp,<options>
-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>
Thanks,
-Devang