Module Name: src Committed By: skrll Date: Fri Oct 2 10:14:20 UTC 2009
Modified Files: src/sys/arch/amd64/conf: Makefile.amd64 Log Message: It's -z max-page-size, not -z maxpagesize. To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/sys/arch/amd64/conf/Makefile.amd64 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/arch/amd64/conf/Makefile.amd64 diff -u src/sys/arch/amd64/conf/Makefile.amd64:1.27 src/sys/arch/amd64/conf/Makefile.amd64:1.28 --- src/sys/arch/amd64/conf/Makefile.amd64:1.27 Thu Oct 1 09:15:19 2009 +++ src/sys/arch/amd64/conf/Makefile.amd64 Fri Oct 2 10:14:20 2009 @@ -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}