]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
stand/uboot: Remove -fPIC here
authorWarner Losh <imp@FreeBSD.org>
Wed, 25 Jan 2023 15:03:08 +0000 (08:03 -0700)
committerWarner Losh <imp@FreeBSD.org>
Wed, 25 Jan 2023 15:04:59 +0000 (08:04 -0700)
commit4410e857965edef0e3be42ae323356ec08d2aaad
tree63bd5133a8fb093e706160f34cab832c8d801ba6
parenteaf5ec88c2df8efe49ce819c81aae582935c2e4c
stand/uboot: Remove -fPIC here

When needed, -fPIC is added in defs.mk. While not in main, mips on
stable/13 can't tolerate it. Remove it here.

MFC After: now (it's a build issue)
Sponsored by: Netflix
stand/uboot/Makefile