Use "mipsel" instead of "mips" as the 32-bit MACHINE_ARCH
when building lib32 for little-endian 64-bit MIPS targets.
This fixes an error where some objects were compiled as LE
and others compiled as BE causing a link error for rtld32.
Details
Details
- Reviewers
brooks emaste - Commits
- rS356339: Set correct lib32 MACHINE_ARCH for mips64el*.
- make buildworld TARGET_ARCH=mips64el CROSS_TOOLCHAIN=mips-gcc6 now completes instead of failing
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable