2/24 の Mycroft の aech/hpcmips/conf/Makefile.hpcmips への変更により
クロスコンパイルができなくなりました(;_;)
/usr/pkg/mipsel-netbsd/bin/mipsel-netbsd-make に以下の一行を
追加するとコンパイルできるようになります。
BINDIR=${root}/bin/${target}- ; export BINDIR
log には Make it easier to cross-compile with this. とかかれいてるのですが、
むー。
Takemura