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/sparc/conf/Makefile.sparc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/arch/sparc/conf') 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 -- cgit v1.2.3