aboutsummaryrefslogtreecommitdiff
path: root/stand/ficl
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2018-02-16 00:17:32 +0000
committerWarner Losh <imp@FreeBSD.org>2018-02-16 00:17:32 +0000
commitfcdb1f03173f38a6a2d0d8fb03e600af9c088d3c (patch)
treee26bb59915efe2897b188905c22fd93ef62f9225 /stand/ficl
parentd727d8b0b1a42c774f28ee21f71d42733f1a63a0 (diff)
downloadsrc-fcdb1f03173f38a6a2d0d8fb03e600af9c088d3c.tar.gz
src-fcdb1f03173f38a6a2d0d8fb03e600af9c088d3c.zip
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.
Notes
Notes: svn path=/head/; revision=329345
Diffstat (limited to 'stand/ficl')
-rw-r--r--stand/ficl/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/stand/ficl/Makefile b/stand/ficl/Makefile
index 1e64ae045060..13e0a10de1fc 100644
--- a/stand/ficl/Makefile
+++ b/stand/ficl/Makefile
@@ -12,7 +12,6 @@ BASE_SRCS= dict.c ficl.c fileaccess.c float.c loader.c math64.c \
SRCS= ${BASE_SRCS} sysdep.c softcore.c
CLEANFILES+= softcore.c testmain testmain.o
-.include <bsd.stand.mk>
.ifmake testmain
CFLAGS+= -DTESTMAIN -D_TESTMAIN
SRCS+= testmain.c