Re: gcc-4.3, building busybox and multiple references to toupper/tolower?

2009-02-20 Thread Robert P. J. Day
On Fri, 20 Feb 2009, Peter Korsgaard wrote: > > "Robert" == Robert P J Day writes: > > Robert> the short form: does trying to build busybox with a gcc-4.3 > Robert> compiler somehow cause a build failure with duplicate references to > Robert> tolower() and toupper()? > > Strange, I've n

Re: gcc-4.3, building busybox and multiple references to toupper/tolower?

2009-02-20 Thread Peter Korsgaard
> "Robert" == Robert P J Day writes: Robert> the short form: does trying to build busybox with a gcc-4.3 Robert> compiler somehow cause a build failure with duplicate references to Robert> tolower() and toupper()? Strange, I've never heard about something like that and we use gcc 4.3.2

gcc-4.3, building busybox and multiple references to toupper/tolower?

2009-02-20 Thread Robert P. J. Day
the short form: does trying to build busybox with a gcc-4.3 compiler somehow cause a build failure with duplicate references to tolower() and toupper()? the long form: we have a (1.7.2) BB-based project and are cross-compiling everything with a coldfire cross-compiler from codesourcery. un