| Commit message (Expand) | Author | Age | Files | Lines |
* | Hmmm, specifying TARGET and TARGET_ARCH in the environment doesn't | imp | 2011-02-11 | 1 | -6/+6 |
* | CPUTYPE is now a required define for calling Makefile.inc1 diretly, so | imp | 2011-02-11 | 1 | -39/+45 |
* | You are now *REQUIRED* to pass both TARGET and TARGET_ARCH to any | imp | 2011-02-10 | 1 | -0/+11 |
* | Move the architecture guessing from Makefile.inc1 to Makefile. We | imp | 2011-01-31 | 1 | -26/+0 |
* | Retire TARGET_ABI. | imp | 2011-01-07 | 1 | -2/+2 |
* | Do not lint code beyond necessity (with apologies to Wiliam of Ockham). | markm | 2010-11-18 | 1 | -1/+1 |
* | add / to the translation of TARGET_ARCH to TARGET | imp | 2010-11-14 | 1 | -1/+1 |
* | The fixes for mips/mips arm/arm compat hacks broke if TARGET or | imp | 2010-11-13 | 1 | -2/+3 |
* | Add legacy names for mips:mips and arm with TARGET_BIG_ENDIAN, for the moment. | imp | 2010-11-13 | 1 | -0/+14 |
* | Replace libgcc.a by libcompiler_rt.a. | ed | 2010-11-11 | 1 | -1/+2 |
* | Merge from tbemd: | imp | 2010-11-09 | 1 | -3/+3 |
* | Check TARGET_ARCH as well as TARGET to determine if we are doing a cross | nwhitehorn | 2010-09-08 | 1 | -1/+1 |
* | Repair some build breakage introduced in r211725 and garbage collect some | nwhitehorn | 2010-08-28 | 1 | -2/+2 |
* | The order was correct before. I'd talked to Nathan about this before, | imp | 2010-08-24 | 1 | -4/+2 |
* | MFtbemd: | imp | 2010-08-23 | 1 | -2/+2 |
* | Minor tweak from tbemd | imp | 2010-08-23 | 1 | -1/+0 |
* | Don't link drti.o with libelf_pic.a. This means that all software with | rpaulo | 2010-08-21 | 1 | -1/+1 |
* | Add clang to the cross-tools build stage. | rpaulo | 2010-08-21 | 1 | -0/+7 |
* | Add libelf to the prebuild libs. | rpaulo | 2010-08-21 | 1 | -1/+1 |
* | Revert r211436; it was a good idea, but not fully thought out. | des | 2010-08-18 | 1 | -9/+2 |
* | Split kernel stage 3.2 (build everything) into 3.2 (build the kernel) | des | 2010-08-17 | 1 | -2/+9 |
* | Relax FDT_DTS_FILE validation (and unbreak world build). | raj | 2010-07-15 | 1 | -2/+0 |
* | Fix FDT_DTS_FILE parsing to properly retrieve its value. This unbreaks the | raj | 2010-07-15 | 1 | -1/+5 |
* | Connect powerpc64 to the build. It is not presently part of make universe, | nwhitehorn | 2010-07-13 | 1 | -16/+37 |
* | Merge from tbemd: | imp | 2010-06-24 | 1 | -3/+3 |
* | Merge from tbemd: | imp | 2010-06-24 | 1 | -1/+1 |
* | Merge from TBEMD: | imp | 2010-06-24 | 1 | -3/+1 |
* | Use awk alone for extracting FDT_DTS_FILE instead of grep/cut, which is | raj | 2010-06-16 | 1 | -2/+2 |
* | Connect FDT infrastructure to the build system. | raj | 2010-06-13 | 1 | -0/+41 |
* | Hook clang into the build on i386/amd64/powerpc. | rdivacky | 2010-06-09 | 1 | -0/+8 |
* | Revert r208353. It did not work as I expected because WITHOUT_MAN is set | jkim | 2010-05-20 | 1 | -5/+1 |
* | We do not have to build makewhatis as a bootstrap tool when it is disabled | jkim | 2010-05-20 | 1 | -1/+5 |
* | Revert r208324. We still need it for installworld as $PATH is overriden. | jkim | 2010-05-20 | 1 | -0/+1 |
* | Remove makewhatis(1) from bootstrap tools. We no longer support source | jkim | 2010-05-20 | 1 | -1/+0 |
* | Enable liblzma support in libarchive | mm | 2010-05-10 | 1 | -1/+1 |
* | - Take libinstall.a out of pkg_install and make it a proper shared library. | flz | 2010-04-23 | 1 | -2/+3 |
* | Remove explicit setting of NO_CTF in WMAKEENV and in the make call for | netchild | 2010-04-22 | 1 | -2/+2 |
* | Add note about TARGET_ARCH | imp | 2010-04-14 | 1 | -0/+1 |
* | Expose MACHINE_CPU while building lib32 target. | delphij | 2010-03-24 | 1 | -0/+1 |
* | Remove old documents when they are not compressed. | antoine | 2010-03-07 | 1 | -2/+2 |
* | Regen the list of prebuild libraries using tools/make_libdeps.sh. | ru | 2010-01-26 | 1 | -14/+9 |
* | Unbreak world: | antoine | 2010-01-23 | 1 | -4/+9 |
* | Remove libulog from the bootstrap again. | ed | 2010-01-21 | 1 | -1/+1 |
* | In 'make delete-old', use 'exec' to redirect an fd persistently. | jilles | 2010-01-14 | 1 | -1/+1 |
* | Disable K&R style function definitions for WARNS=6. | ed | 2009-12-31 | 1 | -0/+7 |
* | Add NO_KERNELOBJ flag, similar to NO_KERNEL{CONFIG,DEPEND,CLEAN}, | imp | 2009-12-16 | 1 | -1/+5 |
* | Convert pam_lastlog(8) to libulog. | ed | 2009-12-11 | 1 | -2/+2 |
* | Replace -iprefix with -isystem. We only need alternative header | rdivacky | 2009-11-01 | 1 | -1/+1 |
* | Now that the zoneinfo data is automatically updated when a new world | edwin | 2009-10-28 | 1 | -1/+4 |
* | Move sed(1) from cross-tools to bootstrap-tools. | ru | 2009-10-21 | 1 | -1/+5 |