Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/amigappc/conf Link the kernel with -q option to be ...



details:   https://anonhg.NetBSD.org/src/rev/43d7135c6944
branches:  trunk
changeset: 752745:43d7135c6944
user:      phx <phx%NetBSD.org@localhost>
date:      Fri Mar 05 17:58:15 2010 +0000

description:
Link the kernel with -q option to be able to relocate it with the boot loader.

diffstat:

 sys/arch/amigappc/conf/std.amigappc |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (16 lines):

diff -r 2baf21bfd8fa -r 43d7135c6944 sys/arch/amigappc/conf/std.amigappc
--- a/sys/arch/amigappc/conf/std.amigappc       Fri Mar 05 17:56:46 2010 +0000
+++ b/sys/arch/amigappc/conf/std.amigappc       Fri Mar 05 17:58:15 2010 +0000
@@ -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"



Home | Main Index | Thread Index | Old Index