Page MenuHomeFreeBSD

Set correct lib32 MACHINE_ARCH for mips64el*.
ClosedPublic

Authored by jhb on Jan 3 2020, 9:29 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Nov 25, 7:08 PM
Unknown Object (File)
Mon, Nov 25, 11:30 AM
Unknown Object (File)
Sun, Nov 24, 9:39 AM
Unknown Object (File)
Nov 23 2024, 4:39 PM
Unknown Object (File)
Nov 20 2024, 11:13 AM
Unknown Object (File)
Oct 17 2024, 5:39 PM
Unknown Object (File)
Oct 15 2024, 9:18 PM
Unknown Object (File)
Oct 13 2024, 2:52 PM
Subscribers

Details

Summary

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.

Test Plan
  • make buildworld TARGET_ARCH=mips64el CROSS_TOOLCHAIN=mips-gcc6 now completes instead of failing

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable