diff options
| author | tsutsui <tsutsui@NetBSD.org> | 2003-10-05 16:53:15 +0000 |
|---|---|---|
| committer | tsutsui <tsutsui@NetBSD.org> | 2003-10-05 16:53:15 +0000 |
| commit | 779268c4cfca693cb64badfb3f4f505e2b3e0719 (patch) | |
| tree | 9839e8b76db16137b257257c06d871045a2c37cd /sys | |
| parent | d1a36ee086bf3e50b3429ff52b64da7d56df9111 (diff) | |
Define ELF2ECOFF here for native build.
(BTW, objcopy with OMAGIC kernel won't work on old pmax and sgimips machines?)
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/arch/mips/conf/Makefile.mips | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/sys/arch/mips/conf/Makefile.mips b/sys/arch/mips/conf/Makefile.mips index e691a35b68f..bd5dbedcafa 100644 --- a/sys/arch/mips/conf/Makefile.mips +++ b/sys/arch/mips/conf/Makefile.mips @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.mips,v 1.33 2003/07/04 03:48:01 simonb Exp $ +# $NetBSD: Makefile.mips,v 1.34 2003/10/05 16:53:15 tsutsui Exp $ # Makefile for NetBSD # @@ -22,6 +22,12 @@ NEED_OWN_INSTALL_TARGET?=no .include <bsd.own.mk> ## +## (0) toolchain settings for things that aren't part of the standard +## toolchain +## +ELF2ECOFF?= elf2ecoff + +## ## (1) port identification ## .ifndef S |
