tcf-agent: disable package for powerpc64
authorNorbert Lange <nolange79@gmail.com>
Mon, 8 Jan 2018 13:40:45 +0000 (14:40 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 8 Jan 2018 19:57:25 +0000 (20:57 +0100)
Fails to build, disable powerpc64 until upstream fixed it

Fixes:
  http://autobuild.buildroot.net/results/5088f6efd44ce9b081c2c7825a7005a9cb60799d

Signed-off-by: Norbert Lange <nolange79@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/tcf-agent/Config.in

index d2a05d09748f60470c7eb7a9c573f946e51fb660..9cd283107af6622d77d8d0d88b6c5b2e118071d7 100644 (file)
@@ -28,8 +28,8 @@ config BR2_PACKAGE_TCF_AGENT_ARCH
        default "i386"       if BR2_i386 && !BR2_ARCH="i686"
        default "x86_64"     if BR2_x86_64
        default "powerpc"    if BR2_powerpc || BR2_powerpcle
-       default "ppc64"      if BR2_powerpc64 || BR2_powerpc64le
-#      fails to build currently
+#      those architectures fail to build currently
+#      default "ppc64"      if BR2_powerpc64 || BR2_powerpc64le
 #      default "microblaze" if BR2_microblaze || BR2_microblazeel
 
 config BR2_PACKAGE_TCF_AGENT_ARCH_SUPPORTS