based on ftp://ftp.netbsd.org/pub/NetBSD/arch/sh3/crosskit/.
XXX due to /bin/sh restriction in ld/config.status,
we can accomodate no more archs. we need to change ld/{Makefile,configure}.in
shin@sm.sony.co.jp <10007180619.AA00274@lachesis.sm.sony.co.jp>
tsutsui@ceres.dti.ne.jp <200008031537.e73Fb0S25554@mirage.ceres.dti.ne.jp>
the pkgsrc cross linker did not know -nostdlib option,and -nostdlib option
works such as -n option. -n is NMAGIC output option.
this misunderstanding makes bad alignment and bad address dynamic-linked
binary.
cf.
On ftp://ftp.netbsd.org/pub/NetBSD/arch/hpcmips/snapshot/20000620-1.5,
dynamic-linked binary is almost broken.
binutils stuff (except gas) to a shared, multiple-target binutils build;
reduce extract and compile times by being more specific with files and
targets; update to egcs 1.1.1 with a diffball from NetBSD's src/gnu/dist
tree; add 4.4BSD a.out archive support to binutils.