summaryrefslogtreecommitdiff
path: root/sys/arch/amd64
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2004-11-19 06:41:15 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2004-11-19 06:41:15 +0000
commit817e2ba2e2532c1c4074dfeeea00df0355f0fb22 (patch)
treee78d41226b47f885f09ddb9bcd34564dde1e46f2 /sys/arch/amd64
parent1d7d933cba1c29c091c2ba6c76dbeb55688e0007 (diff)
More aggressive strip flags for non debug kernels; this is a noop on some
architectures, but saves a few dozen KB on alpha and ppc. ok deraadt@
Diffstat (limited to 'sys/arch/amd64')
-rw-r--r--sys/arch/amd64/conf/Makefile.amd644
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/amd64/conf/Makefile.amd64 b/sys/arch/amd64/conf/Makefile.amd64
index 6847ef60781..eb831850458 100644
--- a/sys/arch/amd64/conf/Makefile.amd64
+++ b/sys/arch/amd64/conf/Makefile.amd64
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.amd64,v 1.5 2004/05/23 04:03:14 drahn Exp $
+# $OpenBSD: Makefile.amd64,v 1.6 2004/11/19 06:41:13 miod Exp $
# Makefile for OpenBSD
#
@@ -113,7 +113,7 @@ SYSTEM_LD_TAIL+=; \
echo cp $@ $@.gdb; rm -f $@.gdb; cp $@ $@.gdb; \
echo ${STRIP} ${STRIPFLAGS} $@; ${STRIP} ${STRIPFLAGS} $@
.else
-LINKFLAGS+= -x
+LINKFLAGS+= -S -x
.endif
%LOAD