[Buildroot] [PATCH 2/2] mpd: bump to version 0.18.7

Gustavo Zacarias gustavo at zacarias.com.ar
Tue Jan 28 22:10:35 UTC 2014


On 01/28/2014 06:54 PM, Thomas Petazzoni wrote:

>> +	depends on !(BR2_avr32 || BR2_sparc) # gcc too old
> 
> Shouldn't we test on the GCC version here instead? There may very well
> be modern SPARC toolchains, for example.

Probably, but currently we can't check that in external toolchains.
It was a compromise, for LEON (basically the only embedded SPARC out
there) we're stuck with gcc <= 4.4.x and mpd requires >= 4.6.x
The other option for running SPARC is very old Sun hardware which i
don't think anybody really cares about these days.
Removing the condition will leads to somewhat clear errors when building
mpd (it does an #error check in the source).
Regards.


More information about the buildroot mailing list