From 817e2ba2e2532c1c4074dfeeea00df0355f0fb22 Mon Sep 17 00:00:00 2001 From: Miod Vallat Date: Fri, 19 Nov 2004 06:41:15 +0000 Subject: 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@ --- sys/arch/sparc64/conf/Makefile.sparc64 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/arch/sparc64/conf/Makefile.sparc64') 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 -- cgit v1.2.3