This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: RFC: New approach to --with-cpu
- From: Richard Sandiford <rsandifo at redhat dot com>
- To: Daniel Jacobowitz <drow at mvista dot com>
- Cc: John David Anglin <dave at hiauly1 dot hia dot nrc dot ca>,Richard dot Earnshaw at arm dot com, gcc-patches at gcc dot gnu dot org
- Date: 01 Aug 2002 11:30:47 +0100
- Subject: Re: RFC: New approach to --with-cpu
- References: <20020731152150.GA1157@nevyn.them.org><200207311652.g6VGqPCg022621@hiauly1.hia.nrc.ca><20020731194750.GA2371@nevyn.them.org>
Daniel Jacobowitz <drow@mvista.com> writes:
> +#ifdef TARGET_DEFAULT_OPTION_CPU
> + if (TARGET_DEFAULT_CPU_P ())
> + add_option (argcp, argvp, "-mcpu=" XSTRING (TARGET_DEFAULT_OPTION_CPU));
> +#endif
Sorry, didn't notice first time. Is it OK to use string
concatenation in gcc.c?
Richard