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)
Mon, Sep 30, 3:29 PM
Unknown Object (File)
Thu, Sep 5, 10:12 AM
Unknown Object (File)
Aug 31 2024, 12:38 PM
Unknown Object (File)
Aug 19 2024, 6:55 PM
Unknown Object (File)
Aug 19 2024, 6:54 PM
Unknown Object (File)
Aug 19 2024, 6:29 PM
Unknown Object (File)
Aug 19 2024, 1:34 PM
Unknown Object (File)
Aug 19 2024, 1:33 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.