Re: First cut of PowerPC support in NPTL
Ian Wienand <[email protected]>
| Newsgroups | gmane.comp.lib.phil |
|---|---|
| Message-ID | <[email protected]> |
On Fri, Mar 07, 2003 at 06:13:10PM -0500, Jakub Jelinek wrote: > Yeah, my bet is gcc-snap is some shell script which adds -B argument > to xgcc and doesn't use "$@" as it should. > Certainly -DDEFINE="part1 part2 part3" works just fine on gcc trunk > for me. well that solves that one. yes you are correct, I forgot the " " around the $@ in my gcc wrapper script. thanks, -i