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/sparc64/conf/Makefile.sparc64 | |
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/sparc64/conf/Makefile.sparc64')
-rw-r--r-- | sys/arch/sparc64/conf/Makefile.sparc64 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arch/sparc64/conf/Makefile.sparc64 b/sys/arch/sparc64/conf/Makefile.sparc64 index cbd167f3a9d..05872c1c104 100644 --- a/sys/arch/sparc64/conf/Makefile.sparc64 +++ b/sys/arch/sparc64/conf/Makefile.sparc64 @@ -90,7 +90,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 |