| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2006-06-30 | mknative binutils for powerpc64 | mrg | |
| 2006-02-04 | mknative re-run to pick up the binutils version from the sources | skrll | |
| imported, i.e. the binutils-2.16.1 release and not the branch that I worked with originally. Lot of the changes are due to the update of the mknative script RCSId. | |||
| 2006-02-03 | bump version! | christos | |
| 2006-02-03 | ns32k binutils mknative output. Hi Simon! | skrll | |
| 2006-02-02 | Run mknative on the new binutils. | skrll | |
| 2005-01-19 | Re-run mknative for hppa binutils update. | skrll | |
| 2005-01-14 | Re-run mknative for mips binutils updates. | skrll | |
| 2005-01-09 | Run mknative for mipsel and mipseb for binutils 2.15 after MIPS | simonb | |
| architectures have switched to the "trad" MIPS vectors. | |||
| 2004-12-12 | regenerate for fixed tools/binutils/Makefile | mrg | |
| 2004-12-11 | run mknative for binutils 2.15 for amd64. | mrg | |
| 2004-12-11 | regenerate ns32k files for binutils 2.15. | mrg | |
| 2004-12-10 | re-run with fixed mknative | mrg | |
| 2004-12-09 | run mknative for binutils 2.15 for alpha, arm, armeb, m68k, mipsel, | mrg | |
| mipseb, powerpc and vax. note the that only arm and powerpc of these are actually run-time tested, but everything builds. | |||
| 2004-12-09 | run mknative-binutils for 2.15 for m68000, sh3eb, sh3el and sh5el. | mrg | |
| XXX: these are not run-time tested but do build fine. | |||
| 2004-12-08 | mknative for i386, sparc & sparc64 for binutils 2.15. | mrg | |
| bump shlib. | |||
| 2004-07-20 | Rerun mknative-binutils to get new bfd_elf32_hppa_nbsd_vec. | thorpej | |
| 2003-12-07 | Gcc3 for sh5 gets an ICE compiling libbfd's elf32.c and elf64.c at -O2. | scw | |
| Drop to -O1 for now when building for sh5. | |||
| 2003-12-07 | MD glue for binutils on sh5. | scw | |
| 2003-12-05 | Add ns32k binutils 2.14 support. | simonb | |
| 2003-12-05 | regenerate with a working compiler | mrg | |
| 2003-12-05 | regenerate these such that they (mostly) work.. | mrg | |
| 2003-12-04 | regenerate non-broken | mrg | |
| 2003-12-04 | libopcodes.so.1/libbfd.so.6 | mrg | |
| 2003-12-04 | build lib{opcodes,bfd,iberty} back in gnu/lib instead of gnu/usr.bin/binutils | mrg | |
| as they are needed earlier than when gnu/usr.bin/binutils is built when "make -j" is used. | |||
| 2003-10-21 | Rework how MAKEVERBOSE operates: | lukem | |
| * Don't bother prefixing commands with a line of ${_MKCMD}\ and instead rely upon "make -s". This is less intrusive on all the Makefiles than the former. Idea from David Laight. * Rename the variables use to print messages. The scheme now is: _MKMSG_FOO Run _MKMSG 'foo' _MKTARGET_FOO Run _MKMSG_FOO ${.TARGET} From discussion with Alistair Crooks. | |||
| 2003-10-19 | Support MAKEVERBOSE. | lukem | |
| Use BUILDSYMLINKS instead of home-grown equivalents. | |||
| 2003-10-06 | Add in-tree toolchain support for HPPA. | matt | |
| 2003-09-07 | x86_64 gcc3 and binutils glue. Not yet used. | fvdl | |
| 2003-09-04 | in-tree toolchain support for sh5el. not really tested yet, but it | mrg | |
| seems to mostly work.. libcurses.so fails to link with an out of memory error i haven't looked at yet, and nothing has actually been run.. XXX: gdb53 missing. | |||
| 2003-06-26 | When MKPIC is "no" and we force MKLINKLIB to "yes" to provide | uwe | |
| something for BFD-using programs to link against, also provide an empty libinstall target so that libbfd.a does not get installed. | |||
| 2003-05-26 | Run mknative to regenerate for binutils 2.13.2.1. | thorpej | |
| 2003-04-09 | If MKPIC is "no", then we need to provide *something* for BFD-using | thorpej | |
| programs to link against, so reset MKLINKLIB to "yes" in that case. | |||
| 2003-03-20 | Actually rerun mknative on these... | mycroft | |
| 2003-03-17 | Build COFF targets. Some embedded tools really, really want this. | mycroft | |
| 2003-03-01 | update / regenerate for binutils 2.13.2.1 | mrg | |
| 2002-09-17 | Remove more old toolchain bits. | thorpej | |
| 2002-09-17 | * Eliminate the USE_NEW_TOOLCHAIN variable. Instead, split it into | thorpej | |
| two variables: TOOLCHAIN_MISSING -- set to "yes" on platforms for which there is no working in-tree toolchain (hppa, ns32k, sh5, x86_64). EXTERNAL_TOOLCHAIN -- if defined by the user, points to the root of an external toolchain (e.g. /usr/local/gnu). This enables the cross-build framework even for TOOLCHAIN_MISSING platforms. If TOOLCHAIN_MISSING is set to "yes", MKGDB, MKBFD, and MKGCC are all unconditionally set to "no", since the bits are not there to build. If EXTERNAL_TOOLCHAIN is set, MKGCC is unconditionally set to "no", since the external toolchain's compiler is not in-sync with the in-tree compiler support components (e.g. libgcc). * Set MACHINE_CPU much earlier in bsd.own.mk, so that more tests in that file can use it. | |||
| 2002-08-19 | Explicitly move setting of NOxxx (et al) to the top of the Makefile | lukem | |
| (before including <bsd.own.mk>) | |||
| 2002-08-19 | Use ${NETBSDSRCDIR}/some/path instead of ${.CURDIR}/../../../some/path (etc). | lukem | |
| (Reduces make output by ~ 20%) | |||
| 2002-06-19 | add some items to CLEANFILES | itojun | |
| 2002-06-18 | mistake in replacement for peXXigen.c | itojun | |
| 2002-06-18 | add rules needed for full-feature libbfd. usually not visited. | itojun | |
| to build full-feature libbfd, do the following: - add "--enable-targets=all --enable-64-bit-bfd" to src/tools/toolchain/Makefile configure arg - invoke nbmake-<platform> native, to regenerate files under src/gnu | |||
| 2002-05-20 | Add native toolchain bigs for "armeb" (big-endian ARM). | thorpej | |
| 2002-04-11 | Remove bfd_elf32_{big,little}arm_nbsd_vec | thorpej | |
| 2002-04-01 | Update DEFAULT_VECTOR and SELECT_VECS for arm--netbsdelf BFD changes. | thorpej | |
| 2002-03-22 | Add m68000-specific `toolchain2netbsd' generated toolchain build/config files. | fredette | |
| 2002-02-27 | New toolchain infrastructure for sh3eb, generated with mknative. | tv | |
| 2002-02-27 | New toolchain framework for sh3el platforms, generated with mknative. | tv | |
| 2002-02-11 | Skip building anything if the target's .mk files are missing. (Allows the | tv | |
| toolchain to be built in segments, or not at all if the in-tree toolchain is inappropriate for the target.) | |||
| 2002-01-22 | regenerate. | mrg | |
