summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>2002-09-23 01:43:15 +0000
committerArtur Grabowski <art@cvs.openbsd.org>2002-09-23 01:43:15 +0000
commit38345efabc4740c393cef94863b92cd574ceed69 (patch)
tree5e3d5a972e7bf8a40f68a0df68b431b55fe4d6ab
parent37e60d4e879bfb430b186cd3dcc80c4635e4623f (diff)
Link the kernel so that it gets only one load section.
-rw-r--r--sys/arch/sparc/conf/Makefile.sparc4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc/conf/Makefile.sparc b/sys/arch/sparc/conf/Makefile.sparc
index 641dddb7310..7aaad1f1522 100644
--- a/sys/arch/sparc/conf/Makefile.sparc
+++ b/sys/arch/sparc/conf/Makefile.sparc
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.sparc,v 1.25 2002/09/05 00:58:27 marc Exp $
+# $OpenBSD: Makefile.sparc,v 1.26 2002/09/23 01:43:14 art Exp $
# $NetBSD: Makefile.sparc,v 1.32.4.1 1996/06/12 20:26:32 pk Exp $
# Makefile for OpenBSD
@@ -54,7 +54,7 @@ CFLAGS= ${DEBUG} -O2 ${CDIAGFLAGS} ${CMACHFLAGS} ${COPTS} ${PIPE}
# add `-mno-fpu' to work around gcc (last noticed in v2.7.2) bug
CFLAGS+= -mno-fpu
AFLAGS= -x assembler-with-cpp -traditional-cpp -D_LOCORE
-LINKFLAGS= -n -e start -Ttext F8004000
+LINKFLAGS= -N -e start -Ttext F8004000
STRIPFLAGS= -g -X -x
HOSTCC= ${CC}