Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/alpha/conf Be less drastic when running strip(1) on...
details: https://anonhg.NetBSD.org/src/rev/8c26bd0b42c2
branches: trunk
changeset: 473381:8c26bd0b42c2
user: ross <ross%NetBSD.org@localhost>
date: Mon May 31 18:54:49 1999 +0000
description:
Be less drastic when running strip(1) on DEBUG=-g kernels.
diffstat:
sys/arch/alpha/conf/Makefile.alpha | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r be3f21ebedb5 -r 8c26bd0b42c2 sys/arch/alpha/conf/Makefile.alpha
--- a/sys/arch/alpha/conf/Makefile.alpha Mon May 31 14:56:00 1999 +0000
+++ b/sys/arch/alpha/conf/Makefile.alpha Mon May 31 18:54:49 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.alpha,v 1.50 1999/05/31 02:46:17 ross Exp $
+# $NetBSD: Makefile.alpha,v 1.51 1999/05/31 18:54:49 ross Exp $
# Makefile for NetBSD
#
@@ -53,7 +53,7 @@
AFLAGS= -traditional -D_LOCORE
LOADADDRESS?= fffffc0000300000
LINKFLAGS= -N -Ttext ${LOADADDRESS} -e __transfer -G 4
-STRIPFLAGS= -g -X -x
+STRIPFLAGS= -g -X
### find out what to use for libkern
.include "$S/lib/libkern/Makefile.inc"
Home |
Main Index |
Thread Index |
Old Index