Module Name: src Committed By: phx Date: Fri Mar 5 17:58:15 UTC 2010
Modified Files: src/sys/arch/amigappc/conf: std.amigappc Log Message: Link the kernel with -q option to be able to relocate it with the boot loader. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/arch/amigappc/conf/std.amigappc 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/amigappc/conf/std.amigappc diff -u src/sys/arch/amigappc/conf/std.amigappc:1.7 src/sys/arch/amigappc/conf/std.amigappc:1.8 --- src/sys/arch/amigappc/conf/std.amigappc:1.7 Tue Jul 21 09:49:15 2009 +++ src/sys/arch/amigappc/conf/std.amigappc Fri Mar 5 17:58:15 2010 @@ -1,4 +1,4 @@ -# $NetBSD: std.amigappc,v 1.7 2009/07/21 09:49:15 phx Exp $ +# $NetBSD: std.amigappc,v 1.8 2010/03/05 17:58:15 phx Exp $ # # standard, required NetBSD/amigappc 'options' @@ -17,4 +17,6 @@ options MSGBUFADDR=0xfff70000 options MSGBUFSIZE=0x10000 +# The kernel has to be relocated by the boot loader makeoptions TEXTADDR=0x08000000 +makeoptions EXTRA_LINKFLAGS="-q"