This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: specs language question
- From: Ian Lance Taylor <ian at airs dot com>
- To: gumbold at bonbon dot net
- Cc: gcc-help at gcc dot gnu dot org
- Date: 10 May 2005 18:50:33 -0400
- Subject: Re: specs language question
- References: <42812273.4020608@bonbon.net>
gumbold <gumbold@bonbon.net> writes:
> i want to substitute all -D<macro> options to -d<macro>.
> how i can do it?
I haven't tried it, but maybe %{D*:-d%*} will work.
Ian