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
This commit is contained in:
Warner Losh 2023-01-25 08:03:08 -07:00
parent eaf5ec88c2
commit 4410e85796

View file

@ -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}