Disable o32 ABI for MIPS64 architectures
authorVicente Olivert Riera <Vincent.Riera@imgtec.com>
Fri, 28 Mar 2014 11:00:52 +0000 (11:00 +0000)
committerPeter Korsgaard <peter@korsgaard.com>
Fri, 28 Mar 2014 11:51:46 +0000 (12:51 +0100)
commit574fa145d88ed352b1d5c9f478d008a219a84447
tree353207bdeac22c8f18ee66e886f549ce3ccffcd4
parent9ef8f8e9c5ca219fedad926c61316e99bc49aa2e
Disable o32 ABI for MIPS64 architectures

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>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
CHANGES
arch/Config.in.mips