[Buildroot] [PATCH v3] Disable o32 ABI for MIPS64 architectures

Vicente Olivert Riera Vincent.Riera at imgtec.com
Thu Mar 27 09:56:54 UTC 2014


On 03/26/2014 09:28 PM, Peter Korsgaard wrote:
>>>>>> "Vicente" == Vicente Olivert Riera <Vincent.Riera at imgtec.com> writes:
>
> Hi,
>
>   >>> +config BR2_MIPS_OABI32
>   >>> +	bool
>   >>> +	default y		if BR2_mips || BR2_mipsel
>   >>> +	default n		if BR2_mips64 || BR2_mips64el
>   >>
>   >> Did you forget to remove this or is there a reason to keep it? In the
>   >> latter case, please add an explanatory comment.
>
>   > Why would I want to remove this? The BR2_MIPS_OABI32 symbol is used by
>   > glibc and uclibc packages.
>
> Arnout is just asking about the 'default n' line. Symbols are 'n' by
> default, so the line doesn't do anything as far as I can see.
>

I have maintained that line because if you remove it and then select any 
MIPS64 target, the "# BR2_MIPS_OABI32 is not set" is not present on the 
.config file.

Isn't that a problem?

-- 
Vincent


More information about the buildroot mailing list