Fri Oct 2 10:14:20 2009 UTC ()
It's -z max-page-size, not -z maxpagesize.


(skrll)
diff -r1.27 -r1.28 src/sys/arch/amd64/conf/Makefile.amd64

cvs diff -r1.27 -r1.28 src/sys/arch/amd64/conf/Makefile.amd64 (expand / switch to unified diff)

--- src/sys/arch/amd64/conf/Makefile.amd64 2009/10/01 09:15:19 1.27
+++ src/sys/arch/amd64/conf/Makefile.amd64 2009/10/02 10:14:20 1.28
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile.amd64,v 1.27 2009/10/01 09:15:19 skrll Exp $ 1# $NetBSD: Makefile.amd64,v 1.28 2009/10/02 10:14:20 skrll Exp $
2 2
3# Makefile for NetBSD 3# Makefile for NetBSD
4# 4#
5# This makefile is constructed from a machine description: 5# This makefile is constructed from a machine description:
6# config machineid 6# config machineid
7# Most changes should be made in the machine description 7# Most changes should be made in the machine description
8# /sys/arch/amd64/conf/``machineid'' 8# /sys/arch/amd64/conf/``machineid''
9# after which you should do 9# after which you should do
10# config machineid 10# config machineid
11# Machine generic makefile changes should be made in 11# Machine generic makefile changes should be made in
12# /sys/arch/amd64/conf/Makefile.amd64 12# /sys/arch/amd64/conf/Makefile.amd64
13# after which config should be rerun for all machines of that type. 13# after which config should be rerun for all machines of that type.
14# 14#
@@ -56,27 +56,27 @@ locore.o: ${AMD64}/amd64/locore.S assym. @@ -56,27 +56,27 @@ locore.o: ${AMD64}/amd64/locore.S assym.
56vector.o: ${AMD64}/amd64/vector.S assym.h 56vector.o: ${AMD64}/amd64/vector.S assym.h
57 ${NORMAL_S} 57 ${NORMAL_S}
58 58
59copy.o: ${AMD64}/amd64/copy.S assym.h 59copy.o: ${AMD64}/amd64/copy.S assym.h
60 ${NORMAL_S} 60 ${NORMAL_S}
61 61
62spl.o: ${AMD64}/amd64/spl.S assym.h 62spl.o: ${AMD64}/amd64/spl.S assym.h
63 ${NORMAL_S} 63 ${NORMAL_S}
64 64
65## 65##
66## (5) link settings 66## (5) link settings
67## 67##
68TEXTADDR?= 0xffffffff80100000 68TEXTADDR?= 0xffffffff80100000
69EXTRA_LINKFLAGS= -z maxpagesize=0x100000 69EXTRA_LINKFLAGS= -z max-page-size=0x100000
70LINKFLAGS_NORMAL= -X 70LINKFLAGS_NORMAL= -X
71KERN_LDSCRIPT?= kern.ldscript 71KERN_LDSCRIPT?= kern.ldscript
72LINKFORMAT= -T ${AMD64}/conf/${KERN_LDSCRIPT} 72LINKFORMAT= -T ${AMD64}/conf/${KERN_LDSCRIPT}
73 73
74## 74##
75## (6) port specific target dependencies 75## (6) port specific target dependencies
76## 76##
77 77
78# depend on CPU configuration 78# depend on CPU configuration
79locore.o machdep.o: Makefile 79locore.o machdep.o: Makefile
80 80
81acpi_wakeup_low.o amd64func.o busfunc.o cpufunc.o cpu_in_cksum.o: assym.h 81acpi_wakeup_low.o amd64func.o busfunc.o cpufunc.o cpu_in_cksum.o: assym.h
82linux_support.o linux32_sigcode.o lock_stubs.o mptramp.o: assym.h 82linux_support.o linux32_sigcode.o lock_stubs.o mptramp.o: assym.h