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/mvmeppc | |
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/mvmeppc')
-rw-r--r-- | sys/arch/mvmeppc/conf/Makefile.mvmeppc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mvmeppc/conf/Makefile.mvmeppc b/sys/arch/mvmeppc/conf/Makefile.mvmeppc index 9eb30c72ef2..f2d7d58bbee 100644 --- a/sys/arch/mvmeppc/conf/Makefile.mvmeppc +++ b/sys/arch/mvmeppc/conf/Makefile.mvmeppc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.mvmeppc,v 1.18 2004/01/26 06:54:09 miod Exp $ +# $OpenBSD: Makefile.mvmeppc,v 1.19 2004/11/19 06:41:14 miod Exp $ # # Makefile for OpenBSD PowerPC # @@ -113,7 +113,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 |