| Age | Commit message (Expand) | Author |
| 2004-01-12 | Use the first argument of getmode() to modify the second arg, instead of | simonb |
| 2004-01-08 | KNF. | simonb |
| 2004-01-03 | Consistently check ${TOOLCHAIN_MISSING} against "no". | lukem |
| 2004-01-02 | Move libgcc3/*.mk to libgcc3/arch. | skrll |
| 2003-12-30 | Add ID line | jmc |
| 2003-12-29 | List that all hosts require a posix sh and override with HOST_SH if needed. | jmc |
| 2003-12-11 | Fix typo. | matt |
| 2003-12-11 | Add macppc-fixcoff tool. | matt |
| 2003-12-10 | Use (cd ${.CURDIR} && ${MAKE} cleandir) instead of ${MAKE} cleandir | lukem |
| 2003-12-07 | Make command line parser getopt() compatible (allow host-mkdep -aq -s.o.lo ...) | dsl |
| 2003-12-04 | move libaries back to gnu/lib | mrg |
| 2003-12-04 | always build tools/binutils now. | mrg |
| 2003-12-04 | look for libbfd etc in binutils always now. | mrg |
| 2003-12-04 | build lib{opcodes,bfd,iberty} back in gnu/lib instead of gnu/usr.bin/binutils | mrg |
| 2003-12-01 | fix a bug in previous: | mrg |
| 2003-11-27 | move binutils lib{iberty,opcodes,bfd} to usr.bin/binutils. | mrg |
| 2003-11-27 | fix a comment; normalise. | mrg |
| 2003-11-27 | all `tooldir/nbmake-$ARCH native-binutils' support, to regenerate binutils | mrg |
| 2003-11-27 | use mknative.common | mrg |
| 2003-11-27 | trim FIND_ARGS. remove dead targets. | mrg |
| 2003-11-27 | common part of mknative | mrg |
| 2003-11-27 | be a little more verbose about what we're doing when running mknative. | mrg |
| 2003-11-17 | note successful build on Mac OS 10.3 with xcode 1.0 developer tools | dbj |
| 2003-11-16 | Correct .PHONY rules that force tools to be installed to use | dsl |
| 2003-11-16 | Improve how various "simple" host tools are built and invoked. | lukem |
| 2003-11-12 | add --with-included-gettext to CONFIGURE_ARGS since it was | dbj |
| 2003-11-12 | regen after HAVE_SYS_POLL_H change | dbj |
| 2003-11-12 | use sys/poll.h and HAVE_SYS_POLL_H instead of just HAVE_POLL_H | dbj |
| 2003-11-12 | Don't use TERMCAP if host tool. | matt |
| 2003-11-11 | Let -- be used to separate mkdep options from cc options | dsl |
| 2003-11-10 | Make this support the same new options as recently added to the mkdep program. | dsl |
| 2003-11-08 | Build sgivol as a host tool when compiling for sgimips. | sekiya |
| 2003-11-08 | Build sgivol as a host tool. | sekiya |
| 2003-10-28 | clean the "stripped" mdoc files | lukem |
| 2003-10-27 | Overhaul how `build.sh tools' are used: | lukem |
| 2003-10-27 | add mknod as a host tool | lukem |
| 2003-10-27 | Overhaul how `build.sh tools' are used: | lukem |
| 2003-10-26 | Use ${HOST_SH} instead of `sh'. | lukem |
| 2003-10-26 | add gdb53 as a host tool for use as a crossgdb | cl |
| 2003-10-21 | Rework how MAKEVERBOSE operates: | lukem |
| 2003-10-20 | Strip man.local and mdoc.local before installation; fixes problem with undefi... | wiz |
| 2003-10-19 | rework to use the newer _MKMSGCREATE (et al) macros | lukem |
| 2003-10-19 | Add host tool version of ncdcs | matt |
| 2003-10-18 | MAKEVERBOSE support | lukem |
| 2003-10-10 | add -O2 to HOST_CFLAGS on Darwin since adding "-no-cpp-precomp" there blows | dbj |
| 2003-10-10 | Set EXTRA_PARTS to a null value, like we do with LIBGCC. This prevents | thorpej |
| 2003-10-08 | Overhaul MBR handling (part 1): | lukem |
| 2003-10-07 | set HOST_CFLAGS+= -no-cpp-precomp when configuring gnu software on Darwin | dbj |
| 2003-10-01 | Adjust pathnames to {md{4,5},sha1}.h after their removal from | seb |
| 2003-08-27 | If SIZE_MAX is not defined, but SIZE_T_MAX is defined (e.g. FreeBSD), | uwe |