Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Noriyuki Soda <soda@netbsd.org>
List: source-changes
Date: 02/25/2000 05:20:45
Module Name:	syssrc
Committed By:	soda
Date:		Fri Feb 25 13:20:44 UTC 2000

Modified Files:
	syssrc/sys/arch/arc/conf: Makefile.arc

Log Message:
some clean up, especially,
 - use "objcopy -O ecoff-littlemips" instead of elf2ecoff to make cross
   compilation easy. this also workarounds a problem that -current
   elf2ecoff doesn't work with ARC BIOS.
 - use -mips2 for ld, since mixing -mips3 and -mips2 doesn't work with
   -current ld.
mostly from Izumi Tsutsui <tsutsui@netbsd.org>


To generate a diff of this commit:
cvs rdiff -r1.34 -r1.35 syssrc/sys/arch/arc/conf/Makefile.arc

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