OpenELEC / OpenELEC.tv

OpenELEC - The living room PC for everyone
http://openelec.tv
1.61k stars 883 forks source link

u-boot: properly add GCC 6.X support #4980

Closed jerome-benoit closed 7 years ago

jerome-benoit commented 7 years ago

Signed-off-by: Jérôme Benoit jerome.benoit@piment-noir.org

sraue commented 7 years ago

ist this how it will work upstream? i mean gcc-7 is near, we have todo this now for every gcc major version? i only ask...

jerome-benoit commented 7 years ago

Yes, upstream Linux kernel or u-boot add the specific bits relative to GCC each time a new stable major version is released.

For GCC 5 and 6 there wasn't much change but in case there's an bug in GCC, it's handled here.

Regards.