Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/amd64/conf It's -z max-page-size, not -z maxpagesize.
details: https://anonhg.NetBSD.org/src/rev/4dbfe135f83f
branches: trunk
changeset: 747784:4dbfe135f83f
user: skrll <skrll%NetBSD.org@localhost>
date: Fri Oct 02 10:14:20 2009 +0000
description:
It's -z max-page-size, not -z maxpagesize.
diffstat:
sys/arch/amd64/conf/Makefile.amd64 | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 2ed5805df09f -r 4dbfe135f83f sys/arch/amd64/conf/Makefile.amd64
--- a/sys/arch/amd64/conf/Makefile.amd64 Fri Oct 02 09:56:08 2009 +0000
+++ b/sys/arch/amd64/conf/Makefile.amd64 Fri Oct 02 10:14:20 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.amd64,v 1.27 2009/10/01 09:15:19 skrll Exp $
+# $NetBSD: Makefile.amd64,v 1.28 2009/10/02 10:14:20 skrll Exp $
# Makefile for NetBSD
#
@@ -66,7 +66,7 @@
## (5) link settings
##
TEXTADDR?= 0xffffffff80100000
-EXTRA_LINKFLAGS= -z maxpagesize=0x100000
+EXTRA_LINKFLAGS= -z max-page-size=0x100000
LINKFLAGS_NORMAL= -X
KERN_LDSCRIPT?= kern.ldscript
LINKFORMAT= -T ${AMD64}/conf/${KERN_LDSCRIPT}
Home |
Main Index |
Thread Index |
Old Index