Subject: CVS commit: syssrc/sys/arch/mips/include
To: None <source-changes@netbsd.org>
From: Simon Burge <simonb@netbsd.org>
List: source-changes
Date: 10/05/2001 18:36:46
Module Name:	syssrc
Committed By:	simonb
Date:		Fri Oct  5 15:36:46 UTC 2001

Added Files:
	syssrc/sys/arch/mips/include: Makefile.inc

Log Message:
This Makefile.inc is used for building LKMS - add the standard MIPS
kernel compile flags as well as "-mlong-calls" so that calls from the
LKM in KSEG2 work to the kernel in KSEG0.

MIPS LKMs now build and can be loaded with the right Magick command line
args to modload(8).  Changes to modload coming...

Thanks to Chris Demetriou for pointing out the -mlong-calls gcc option
that had been staring me in the face all along.


To generate a diff of this commit:
cvs rdiff -r0 -r1.1 syssrc/sys/arch/mips/include/Makefile.inc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.