All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] Disable o32 ABI for MIPS64 architectures
@ 2014-03-05 17:06 Vicente Olivert Riera
  2014-03-05 23:27 ` Arnout Vandecappelle
  0 siblings, 1 reply; 5+ messages in thread
From: Vicente Olivert Riera @ 2014-03-05 17:06 UTC (permalink / raw)
  To: buildroot

Building o32 ELF files for MIPS64 is an exotic configuration that nobody
should be using. If o32 is required, then is better if it's built for
MIPS 32-bit cores so only 32-bit instructions will be used leading to a
more efficient o32 usage.

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
---
 arch/Config.in.mips |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/Config.in.mips b/arch/Config.in.mips
index d9c0c02..e2b1e60 100644
--- a/arch/Config.in.mips
+++ b/arch/Config.in.mips
@@ -47,6 +47,7 @@ choice
 
 config BR2_MIPS_OABI32
 	bool "o32"
+	depends on !BR2_ARCH_IS_64
 config BR2_MIPS_NABI32
 	bool "n32"
 	depends on BR2_ARCH_IS_64
-- 
1.7.1

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

end of thread, other threads:[~2014-03-25 17:54 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-05 17:06 [Buildroot] [PATCH] Disable o32 ABI for MIPS64 architectures Vicente Olivert Riera
2014-03-05 23:27 ` Arnout Vandecappelle
2014-03-06  9:51   ` Vicente Olivert Riera
2014-03-06 11:13     ` Arnout Vandecappelle
2014-03-25 17:54       ` Vicente Olivert Riera

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.