[Buildroot] [PATCH v2 3/7] package/assimp: re-enable package if BR2_microblaze is enabled

Thomas Petazzoni thomas.petazzoni at bootlin.com
Fri May 24 21:16:01 UTC 2019


On Wed, 22 May 2019 15:59:02 +0200
Giulio Benetti <giulio.benetti at micronovasrl.com> wrote:

> With Microblaze Gcc version < 8.x build hangs on compiling first files.
> This is due to bug 85180:
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85180
> This package has been excluded from building if BR2_microblaze is
> enabled.
> Bug shows up building assimp with optimization but not when building
> with -O0.
> 
> In config.mk if BR2_TOOLCHAIN_HAS_GCC_BUG_85180=y force using -O0 by:
> - passing -O0 to ASSIMP_CXXFLAGS
> Then remove 'depends on !BR2_microblaze' and its comment if not
> available from Config.in
> 
> Signed-off-by: Giulio Benetti <giulio.benetti at micronovasrl.com>
> ---
> V1->V2:
> * use BUG_85180 instead of BUG_71124 since they are the same bug

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com


More information about the buildroot mailing list