[PATCH v2] Rules.mak: MIPS64: Select correct interpreter

Bernhard Reutner-Fischer rep.dot.nop at gmail.com
Fri Jul 19 15:37:55 UTC 2013


On Thu, Jul 11, 2013 at 05:59:16PM +0100, markos.chandras at gmail.com wrote:
>From: Markos Chandras <markos.chandras at imgtec.com>
>
>gcc (eg 4.7.3) hardcodes the MIPS64 interpreters like this:
>(see gcc/config/linux.h and gcc/config/mips/linux64.h)
>
>o32: UCLIBC_DYNAMIC_LINKER "/lib/ld-uClibc.so.0"
>n32: UCLIBC_DYNAMIC_LINKERN32 "/lib32/ld-uClibc.so.0"
>n64: UCLIBC_DYNAMIC_LINKER64 "/lib/ld64-uClibc.so.0"
>
>The existing check for MIPS64 in uClibc is wrong because it does
>not respect the selected ABI
>
>We fix this by explicitely checking the selected ABI instead of the
>selected MIPS variant.

Applied, thanks!


More information about the uClibc mailing list