| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2009-11-08 | Remove binutils 2.16 crossover build files. | skrll | |
| 2006-11-09 | compile some files with -Wno-stack-protector since they are heavy alloca | christos | |
| users. | |||
| 2006-02-02 | Run mknative on the new binutils. | skrll | |
| 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. | |||
| 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 | Use ${NETBSDSRCDIR}/some/path instead of ${.CURDIR}/../../../some/path (etc). | lukem | |
| (Reduces make output by ~ 20%) | |||
| 2002-02-27 | Make new toolchain conf files for libiberty MI. | 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.) | |||
| 2001-12-12 | move NOxxx= | lukem | |
| 2001-12-12 | MKfoo=no -> NOfoo | tv | |
| 2001-07-18 | First framework for libiberty, now used by all the toolchain components (so | tv | |
| no longer merged with libbfd). Conditional on USE_NEW_TOOLCHAIN for now. | |||
