mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-11 09:50:12 +00:00
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:
parent
eaf5ec88c2
commit
4410e85796
@ -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}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user