]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
bullet: disable on microblaze
authorArnout Vandecappelle <arnout@mind.be>
Sat, 21 Nov 2015 21:10:07 +0000 (22:10 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 22 Nov 2015 13:04:01 +0000 (14:04 +0100)
gcc doesn't finish compiling btSoftBody.cpp when optimization is
enabled.

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

[Thomas: add reference to gcc bug.]

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/bullet/Config.in

index fc285ab33a41cc69538f5ed2df90b6facb07fd00..d4d69d2c9e17e26a34436f9a5f3d9af253177e80 100644 (file)
@@ -1,6 +1,9 @@
 config BR2_PACKAGE_BULLET
        bool "bullet"
        depends on BR2_INSTALL_LIBSTDCPP
+       # Affected by
+       # https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68476
+       depends on !BR2_microblaze
        help
          Bullet is a Collision Detection and Rigid Body Dynamics
          Library.
@@ -9,3 +12,4 @@ config BR2_PACKAGE_BULLET
 
 comment "bullet needs a toolchain w/ C++"
        depends on !BR2_INSTALL_LIBSTDCPP
+       depends on !BR2_microblaze