svn commit: r183816 - head/sys/mips/conf

Bruce M Simpson bms at FreeBSD.org
Mon Oct 13 06:25:29 UTC 2008


Author: bms
Date: Mon Oct 13 06:25:28 2008
New Revision: 183816
URL: http://svn.freebsd.org/changeset/base/183816

Log:
  Point this config at the required linker script.

Modified:
  head/sys/mips/conf/SENTRY5

Modified: head/sys/mips/conf/SENTRY5
==============================================================================
--- head/sys/mips/conf/SENTRY5	Mon Oct 13 06:07:58 2008	(r183815)
+++ head/sys/mips/conf/SENTRY5	Mon Oct 13 06:25:28 2008	(r183816)
@@ -47,6 +47,8 @@ options		ALT_BREAK_TO_DEBUGGER
 # XXX can we conditionalize the linker stuff on options CFE?
 options		KERNVIRTADDR=0x80001000
 
+makeoptions	LDSCRIPT_NAME=	ldscript.mips.cfe
+
 #makeoptions	ARCH_FLAGS=-march=mips32
 makeoptions	MIPS_LITTLE_ENDIAN=defined
 makeoptions	DEBUG=-g		#Build kernel with gdb(1) debug symbols


More information about the svn-src-head mailing list