git: 54112db5c466 - stable/13 - stand/uboot: Remove -fPIC here

From: Warner Losh <imp_at_FreeBSD.org>
Date: Wed, 25 Jan 2023 15:23:03 UTC
The branch stable/13 has been updated by imp:

URL: https://cgit.FreeBSD.org/src/commit/?id=54112db5c466149040b7852ac27d677c5f45110d

commit 54112db5c466149040b7852ac27d677c5f45110d
Author:     Warner Losh <imp@FreeBSD.org>
AuthorDate: 2023-01-25 15:03:08 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2023-01-25 15:21:04 +0000

    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
    
    (cherry picked from commit 4410e857965edef0e3be42ae323356ec08d2aaad)
---
 stand/uboot/Makefile | 2 --
 1 file changed, 2 deletions(-)

diff --git a/stand/uboot/Makefile b/stand/uboot/Makefile
index 052c9615bfc2..ed2253cdae6f 100644
--- a/stand/uboot/Makefile
+++ b/stand/uboot/Makefile
@@ -62,8 +62,6 @@ SRCS+=	metadata.c
 
 .include "${BOOTSRC}/fdt.mk"
 
-CFLAGS+=	-fPIC
-
 # Pick up the bootstrap header for some interface items
 CFLAGS+=	-I${LDRSRC}