Page MenuHomeFreeBSD

Fix kernel ${MACHINE} path
ClosedPublic

Authored by emaste on Apr 16 2015, 8:26 PM.
Tags
None
Referenced Files
F108619787: D2307.id4856.diff
Sun, Jan 26, 10:38 PM
Unknown Object (File)
Thu, Jan 23, 5:32 AM
Unknown Object (File)
Wed, Jan 15, 8:33 PM
Unknown Object (File)
Tue, Jan 14, 9:24 PM
Unknown Object (File)
Dec 23 2024, 5:33 PM
Unknown Object (File)
Dec 23 2024, 1:32 PM
Unknown Object (File)
Dec 5 2024, 9:16 PM
Unknown Object (File)
Dec 4 2024, 8:27 AM
Subscribers

Details

Summary

$M should be the kernel machine src directory, ${MACHINE}. In most cases ${MACHINE} and ${MACHINE_CPUARCH} are the same, except for pc98 and arm64.

It appears we previously set M=${MACHINE_CPUARCH} as a workaround for pc98. arm64 relies on this being set correctly, so update $M and add explicit workarounds for pc98.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

emaste updated this revision to Diff 4857.
emaste retitled this revision from to Fix kernel ${MACHINE} path.
emaste updated this object.
emaste edited the test plan for this revision. (Show Details)
emaste added reviewers: imp, andrew.
emaste added a subscriber: jhb.

Add pc98 LDSCRIPT_NAME as pointed out by @andrew

andrew edited edge metadata.
This revision is now accepted and ready to land.Apr 16 2015, 9:27 PM
imp edited edge metadata.
emaste updated this revision to Diff 4864.

Closed by commit rS281627 (authored by @emaste).