From 4410e857965edef0e3be42ae323356ec08d2aaad Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Wed, 25 Jan 2023 08:03:08 -0700 Subject: [PATCH] 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 | 2 -- 1 file changed, 2 deletions(-) diff --git a/stand/uboot/Makefile b/stand/uboot/Makefile index 052c9615bfc..ed2253cdae6 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} -- 2.45.0