Re: [Patch,avr] Fix canadian cross build fail

2012-09-17 Thread Denis Chertykov
2012/9/15 Georg-Johann Lay : > Canadian cross build fails because the wrong compiler is used to compile > gen-avr-mmcu-texi. This small tool must run on build and not on host, thus > the right compiler is CC_FOR_BUILD. > > Just changing the compiler is not enough because files like system.h were >

[Patch,avr] Fix canadian cross build fail

2012-09-15 Thread Georg-Johann Lay
Canadian cross build fails because the wrong compiler is used to compile gen-avr-mmcu-texi. This small tool must run on build and not on host, thus the right compiler is CC_FOR_BUILD. Just changing the compiler is not enough because files like system.h were dragged in that were configured for hos