[Buildroot] [PATCH] classpath: only allow on supported architectures

Marcus Hoffmann m.hoffmann at cartelsol.com
Tue Feb 28 12:55:42 UTC 2017


On 28.02.2017 12:13, Marcus Hoffmann wrote:
> Hello Thomas,
> 
> On 27.02.2017 23:16, Thomas Petazzoni wrote:
>> --- a/package/classpath/Config.in
>> +++ b/package/classpath/Config.in
>> @@ -1,7 +1,15 @@
>> +config BR2_PACKAGE_CLASSPATH_ARCH_SUPPORTS
>> +	bool
>> +	default y if BR2_arm || BR2_armeb || BR2_i386 || BR2_m68k \
>> +		|| BR2_mips || BR2_mipsel || BR2_mips64 || BR2_mips64el \
>> +		|| BR2_powerpc || BR2_powerpc64 || BR2_powerpc64le \
>> +		|| BR2_sh || BR2_x86_64
> 
> I just tested with the test-pkg script and I also get successful sparc
> and sparc64 builds. Any particular reason to not enable it there?
> 
> I'll also test again if there is any change for the bumped 0.99 version.

No change there.

Marcus


More information about the buildroot mailing list