Page MenuHomeFreeBSD

Pass MACHINE_ARCH on command line for MIPS kernels.
ClosedPublic

Authored by kan on Nov 18 2016, 1:40 PM.
Tags
None
Referenced Files
Unknown Object (File)
Jan 25 2024, 1:23 PM
Unknown Object (File)
Jan 18 2024, 7:05 PM
Unknown Object (File)
Jan 18 2024, 6:59 PM
Unknown Object (File)
Dec 26 2023, 3:50 PM
Unknown Object (File)
Dec 22 2023, 10:07 PM
Unknown Object (File)
Oct 25 2023, 6:22 AM
Unknown Object (File)
Sep 12 2023, 3:44 PM
Unknown Object (File)
Jun 27 2023, 1:54 AM
Subscribers
None

Details

Summary

While there, make param.h guess proper MACHINE_ARCH on hardfloat targets
correctly as well, so tools like bmake can get theird defaults right.
This does not help the kernel case, since we compile them with forced
-msoft-float and need to override an incorrect guess by param.h.

Diff Detail

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

Event Timeline

kan retitled this revision from to Pass MACHINE_ARCH on command line for MIPS kernels..
kan updated this object.
kan edited the test plan for this revision. (Show Details)
kan added reviewers: br, adrian, imp, MIPS.
kan set the repository for this revision to rS FreeBSD src repository - subversion.
kan removed rS FreeBSD src repository - subversion as the repository for this revision.

Copy ARM way of dealing with differences through suffixes per suggestion by Ruslan

br edited edge metadata.
This revision is now accepted and ready to land.Nov 18 2016, 4:00 PM
This revision was automatically updated to reflect the committed changes.