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/sparc | |
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/sparc')
-rw-r--r-- | sys/arch/sparc/conf/Makefile.sparc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc/conf/Makefile.sparc b/sys/arch/sparc/conf/Makefile.sparc index e967fe0d2a8..f73a9271dde 100644 --- a/sys/arch/sparc/conf/Makefile.sparc +++ b/sys/arch/sparc/conf/Makefile.sparc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.sparc,v 1.33 2003/11/20 08:38:52 espie Exp $ +# $OpenBSD: Makefile.sparc,v 1.34 2004/11/19 06:41:14 miod Exp $ # $NetBSD: Makefile.sparc,v 1.32.4.1 1996/06/12 20:26:32 pk Exp $ # Makefile for OpenBSD @@ -119,7 +119,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 |