From fcdb1f03173f38a6a2d0d8fb03e600af9c088d3c Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Fri, 16 Feb 2018 00:17:32 +0000 Subject: Eliminate bsd.stand.mk and -fPIC 32-bit intel builds OK. We don't really need a bsd.stand.mk, and it was causing a -fPIC for the toolchain to be added (bogusly) when building on amd64. Pull all relevant defs back into defs.mk and delete bsd.stand.mk. This saves about 15-20k on i386 loader and zfsloader which when combined with Lua give us a lot more stack space in those constrained environments. --- stand/mips/uboot/Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'stand/mips') diff --git a/stand/mips/uboot/Makefile b/stand/mips/uboot/Makefile index 4323f456cb61..1751bcb80d54 100644 --- a/stand/mips/uboot/Makefile +++ b/stand/mips/uboot/Makefile @@ -53,5 +53,4 @@ ubldr: ${OBJS} ldscript.abs ${.CURDIR}/ldscript.${MACHINE_CPUARCH} ${DPADD} CLEANFILES+= ldscript.abs ldscript.pie ubldr ubldr.pie ubldr.bin -.include .include -- cgit v1.2.3