On Thu, May 26, 2011 at 16:09, Marek Polacek wrote:
> On 05/26/2011 10:03 PM, Mike Frysinger wrote:
>> +  /* Pass along gdb's concept of the sysroot.  */
>> +  strcat (arg_buf, " --sysroot=");
>> +  strcat (arg_buf, gdb_sysroot);
>
> BTW, couldn't be those strcat()s replaced by, e.g., cheaper mempcpy()?

the whole func probably could be converted, but i was keeping existing style
-mike
_______________________________________________
Toolchain-devel mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/toolchain-devel

Reply via email to