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)
Dec 22 2023, 11:40 PM
Unknown Object (File)
Sep 11 2023, 1:20 PM
Unknown Object (File)
Sep 4 2023, 2:45 AM
Unknown Object (File)
Aug 27 2023, 2:34 PM
Unknown Object (File)
Aug 1 2023, 3:11 PM
Unknown Object (File)
Aug 1 2023, 3:06 PM
Unknown Object (File)
Aug 1 2023, 3:05 PM
Unknown Object (File)
Aug 1 2023, 2:57 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 Passed
Unit
No Test Coverage
Build Status
Buildable 28469
Build 26532: arc lint + arc unit