Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] buildroot-test: br-mips64-n64-glibc toolchain is only for hard float
@ 2015-07-10 15:11 Vicente Olivert Riera
  2015-07-10 15:18 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Vicente Olivert Riera @ 2015-07-10 15:11 UTC (permalink / raw)
  To: buildroot

Otherwise it will fail with errors like this one:

/br/output/host/usr/mips64el-buildroot-linux-gnu/sysroot/usr/include/gnu/stubs.h:32:33:
fatal error: gnu/stubs-n64_soft.h: No such file or directory

Fixes:

  http://autobuild.buildroot.net/results/5ce/5cefa90f2a19ed55ae88d938bf134dbdbfc7b9c2/
  http://autobuild.buildroot.net/results/85f/85fa358930474c608b558176a8eac77a5844d94b/
  http://autobuild.buildroot.net/results/fa4/fa4310bea91682ae42b09ba0584f0261f1cb2d08/
  http://autobuild.buildroot.net/results/d34/d345c568fbfbacf3d62a94fae995983127e0d629/

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
---
 web/toolchains/configs/br-mips64-n64-glibc.config | 1 +
 1 file changed, 1 insertion(+)

diff --git a/web/toolchains/configs/br-mips64-n64-glibc.config b/web/toolchains/configs/br-mips64-n64-glibc.config
index a11f4df..3acc091 100644
--- a/web/toolchains/configs/br-mips64-n64-glibc.config
+++ b/web/toolchains/configs/br-mips64-n64-glibc.config
@@ -1,5 +1,6 @@
 BR2_mips64el=y
 BR2_MIPS_NABI64=y
+# BR2_MIPS_SOFT_FLOAT is not set
 BR2_TOOLCHAIN_EXTERNAL=y
 BR2_TOOLCHAIN_EXTERNAL_CUSTOM=y
 BR2_TOOLCHAIN_EXTERNAL_DOWNLOAD=y
-- 
2.3.6

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

end of thread, other threads:[~2015-07-10 15:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-10 15:11 [Buildroot] [PATCH] buildroot-test: br-mips64-n64-glibc toolchain is only for hard float Vicente Olivert Riera
2015-07-10 15:18 ` Thomas Petazzoni

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