Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/sparc64/conf Er, eliminate the -p link option as we...
details: https://anonhg.NetBSD.org/src/rev/b83b6273365a
branches: trunk
changeset: 495200:b83b6273365a
user: mycroft <mycroft%NetBSD.org@localhost>
date: Mon Jul 24 04:54:16 2000 +0000
description:
Er, eliminate the -p link option as well, which just outputs huge amounts
of spooge.
diffstat:
sys/arch/sparc64/conf/Makefile.sparc64 | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (20 lines):
diff -r 2a4cfb365ea3 -r b83b6273365a sys/arch/sparc64/conf/Makefile.sparc64
--- a/sys/arch/sparc64/conf/Makefile.sparc64 Mon Jul 24 04:45:49 2000 +0000
+++ b/sys/arch/sparc64/conf/Makefile.sparc64 Mon Jul 24 04:54:16 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.sparc64,v 1.28 2000/07/24 04:45:49 mycroft Exp $
+# $NetBSD: Makefile.sparc64,v 1.29 2000/07/24 04:54:16 mycroft Exp $
# Makefile for NetBSD
#
@@ -69,8 +69,8 @@
#CWARNFLAGS= -Werror -Wall -Wstrict-prototypes -Wmissing-prototypes
CFLAGS= ${DEBUG} ${COPTS} ${CWARNFLAGS} -Wa,-Av9a -mno-fpu
AFLAGS= -x assembler-with-cpp -traditional-cpp -D_LOCORE -Wa,-Av9a
-LINKFLAGS= -p -Ttext f1000000 -Tdata f1400000 -e start
-#LINKFLAGS= -N -p -Ttext f1000000 -e start
+LINKFLAGS= -Ttext f1000000 -Tdata f1400000 -e start
+#LINKFLAGS= -N -Ttext f1000000 -e start
STRIPFLAGS= -g
%INCLUDES
Home |
Main Index |
Thread Index |
Old Index