diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2004-11-19 06:41:15 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2004-11-19 06:41:15 +0000 |
commit | 817e2ba2e2532c1c4074dfeeea00df0355f0fb22 (patch) | |
tree | e78d41226b47f885f09ddb9bcd34564dde1e46f2 /sys/arch/alpha/conf | |
parent | 1d7d933cba1c29c091c2ba6c76dbeb55688e0007 (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/alpha/conf')
-rw-r--r-- | sys/arch/alpha/conf/Makefile.alpha | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/alpha/conf/Makefile.alpha b/sys/arch/alpha/conf/Makefile.alpha index 78a59dff6ec..c722681ae55 100644 --- a/sys/arch/alpha/conf/Makefile.alpha +++ b/sys/arch/alpha/conf/Makefile.alpha @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.alpha,v 1.33 2004/10/06 14:52:17 miod Exp $ +# $OpenBSD: Makefile.alpha,v 1.34 2004/11/19 06:41:12 miod Exp $ # $NetBSD: Makefile.alpha,v 1.27 1996/12/01 06:12:25 jonathan Exp $ # Makefile for OpenBSD @@ -99,7 +99,7 @@ SYSTEM_LD_TAIL+=; \ echo cp $@ $@.gdb; rm -f $@.gdb; cp $@ $@.gdb; \ echo ${STRIP} ${STRIPFLAGS} $@; ${STRIP} ${STRIPFLAGS} $@ .else -LINKFLAGS+= -S +LINKFLAGS+= -S -x .endif %LOAD |