Page MenuHomeFreeBSD

Include bsd.stand.mk in a number of Makefiles in sys/boot
ClosedPublic

Authored by Sgalabov_gmail.com on Feb 17 2016, 1:59 PM.
Tags
Referenced Files
Unknown Object (File)
Thu, Apr 9, 5:27 PM
Unknown Object (File)
Tue, Apr 7, 7:23 AM
Unknown Object (File)
Sun, Apr 5, 2:21 PM
Unknown Object (File)
Fri, Apr 3, 1:52 AM
Unknown Object (File)
Sun, Mar 29, 7:17 PM
Unknown Object (File)
Mar 9 2026, 7:52 AM
Unknown Object (File)
Mar 6 2026, 3:53 AM
Unknown Object (File)
Mar 1 2026, 1:47 PM
Subscribers
None

Details

Summary

So far bsd.stand.mk wasn't included in the following files:
sys/boot/fdt/Makefile
sys/boot/uboot/fdt/Makefile
sys/boot/uboot/lib/Makefile

This causes compilation issues on MIPS due to trying to link PIC with non-PIC code.
This revision includes bsd.stand.mk in the above files.

Diff Detail

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

Event Timeline

Sgalabov_gmail.com retitled this revision from to Include bsd.stand.mk in a number of Makefiles in sys/boot.
Sgalabov_gmail.com updated this object.
Sgalabov_gmail.com edited the test plan for this revision. (Show Details)
Sgalabov_gmail.com added reviewers: adrian, imp.
Sgalabov_gmail.com set the repository for this revision to rS FreeBSD src repository - subversion.
Sgalabov_gmail.com added a project: MIPS.

I am not sure whether more reviewers are required?

imp edited edge metadata.
This revision is now accepted and ready to land.Feb 17 2016, 4:27 PM
adrian edited edge metadata.