Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] bullet: disable on microblaze
@ 2015-11-21 21:10 Arnout Vandecappelle
  2015-11-21 21:31 ` Sergio Prado
  2015-11-22 13:04 ` Thomas Petazzoni
  0 siblings, 2 replies; 5+ messages in thread
From: Arnout Vandecappelle @ 2015-11-21 21:10 UTC (permalink / raw)
  To: buildroot

gcc doesn't finish compiling btSoftBody.cpp when optimization is
enabled.

Fixes:
http://autobuild.buildroot.net/results/6e4/6e4a9ede477b031f47f7e271c38f67f432a3573c
http://autobuild.buildroot.net/results/7dc/7dc4ab759dd3b1e3e03fe52c78e31327340bf8c9
http://autobuild.buildroot.net/results/637/637bae8b2be6c4c64f4f7c661cc8d4606b553538

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
---
An option would have been to disable optimisation, but I couldn't be
bothered...
---
 package/bullet/Config.in | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/bullet/Config.in b/package/bullet/Config.in
index fc285ab..56b3d62 100644
--- a/package/bullet/Config.in
+++ b/package/bullet/Config.in
@@ -1,6 +1,7 @@
 config BR2_PACKAGE_BULLET
 	bool "bullet"
 	depends on BR2_INSTALL_LIBSTDCPP
+	depends on !BR2_microblaze
 	help
 	  Bullet is a Collision Detection and Rigid Body Dynamics
 	  Library.
@@ -9,3 +10,4 @@ config BR2_PACKAGE_BULLET
 
 comment "bullet needs a toolchain w/ C++"
 	depends on !BR2_INSTALL_LIBSTDCPP
+	depends on !BR2_microblaze
-- 
2.6.2

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-11-22 13:04 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-21 21:10 [Buildroot] [PATCH] bullet: disable on microblaze Arnout Vandecappelle
2015-11-21 21:31 ` Sergio Prado
2015-11-22  0:17   ` Arnout Vandecappelle
2015-11-22  0:20     ` Arnout Vandecappelle
2015-11-22 13:04 ` Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox