aboutsummaryrefslogtreecommitdiff
path: root/stand/uboot
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2023-01-25 15:03:08 +0000
committerWarner Losh <imp@FreeBSD.org>2023-01-25 15:04:59 +0000
commit4410e857965edef0e3be42ae323356ec08d2aaad (patch)
tree63bd5133a8fb093e706160f34cab832c8d801ba6 /stand/uboot
parenteaf5ec88c2df8efe49ce819c81aae582935c2e4c (diff)
downloadsrc-4410e857965edef0e3be42ae323356ec08d2aaad.tar.gz
src-4410e857965edef0e3be42ae323356ec08d2aaad.zip
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
Diffstat (limited to 'stand/uboot')
-rw-r--r--stand/uboot/Makefile2
1 files changed, 0 insertions, 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}