aboutsummaryrefslogtreecommitdiff
path: root/Makefile.inc1
Commit message (Expand)AuthorAgeFilesLines
* Improve the distributeworld target in Makefile.inc1 and update the releaseNathan Whitehorn2011-03-021-0/+46
* Use a suitable DIRPRFX for each invocation of make in the build32 andJohn Baldwin2011-03-011-11/+13
* Commit two more files missed in r219089.Pawel Jakub Dawidek2011-02-271-0/+2
* Add the BSD-licensed Citrus iconv to the base system with default offGabor Kovesdan2011-02-251-9/+4
* Flesh out WITHOUT_GROFF support to DTRT.Ulrich Spörlein2011-02-221-8/+13
* Back out 218933 and 281934. The easy cases still worked, but someWarner Losh2011-02-221-16/+2
* Select building CLANG based on ${TARGET_ARCH} and existence ofWarner Losh2011-02-221-2/+16
* Upgrade our copy of llvm/clang to r126079, from upstream's trunk.Dimitry Andric2011-02-201-1/+0
* Hmmm, specifying TARGET and TARGET_ARCH in the environment doesn'tWarner Losh2011-02-111-6/+6
* CPUTYPE is now a required define for calling Makefile.inc1 diretly, soWarner Losh2011-02-111-39/+45
* You are now *REQUIRED* to pass both TARGET and TARGET_ARCH to anyWarner Losh2011-02-101-0/+11
* Move the architecture guessing from Makefile.inc1 to Makefile. WeWarner Losh2011-01-311-26/+0
* Retire TARGET_ABI.Warner Losh2011-01-071-2/+2
* Do not lint code beyond necessity (with apologies to Wiliam of Ockham).Mark Murray2010-11-181-1/+1
* add / to the translation of TARGET_ARCH to TARGETWarner Losh2010-11-141-1/+1
* The fixes for mips/mips arm/arm compat hacks broke if TARGET orWarner Losh2010-11-131-2/+3
* Add legacy names for mips:mips and arm with TARGET_BIG_ENDIAN, for the moment.Warner Losh2010-11-131-0/+14
* Replace libgcc.a by libcompiler_rt.a.Ed Schouten2010-11-111-1/+2
* Merge from tbemd:Warner Losh2010-11-091-3/+3
* Check TARGET_ARCH as well as TARGET to determine if we are doing a crossNathan Whitehorn2010-09-081-1/+1
* Repair some build breakage introduced in r211725 and garbage collect someNathan Whitehorn2010-08-281-2/+2
* The order was correct before. I'd talked to Nathan about this before,Warner Losh2010-08-241-4/+2
* MFtbemd:Warner Losh2010-08-231-2/+2
* Minor tweak from tbemdWarner Losh2010-08-231-1/+0
* Don't link drti.o with libelf_pic.a. This means that all software withRui Paulo2010-08-211-1/+1
* Add clang to the cross-tools build stage.Rui Paulo2010-08-211-0/+7
* Add libelf to the prebuild libs.Rui Paulo2010-08-211-1/+1
* Revert r211436; it was a good idea, but not fully thought out.Dag-Erling Smørgrav2010-08-181-9/+2
* Split kernel stage 3.2 (build everything) into 3.2 (build the kernel)Dag-Erling Smørgrav2010-08-171-2/+9
* Relax FDT_DTS_FILE validation (and unbreak world build).Rafal Jaworowski2010-07-151-2/+0
* Fix FDT_DTS_FILE parsing to properly retrieve its value. This unbreaks theRafal Jaworowski2010-07-151-1/+5
* Connect powerpc64 to the build. It is not presently part of make universe,Nathan Whitehorn2010-07-131-16/+37
* Merge from tbemd:Warner Losh2010-06-241-3/+3
* Merge from tbemd:Warner Losh2010-06-241-1/+1
* Merge from TBEMD:Warner Losh2010-06-241-3/+1
* Use awk alone for extracting FDT_DTS_FILE instead of grep/cut, which isRafal Jaworowski2010-06-161-2/+2
* Connect FDT infrastructure to the build system.Rafal Jaworowski2010-06-131-0/+41
* Hook clang into the build on i386/amd64/powerpc.Roman Divacky2010-06-091-0/+8
* Revert r208353. It did not work as I expected because WITHOUT_MAN is setJung-uk Kim2010-05-201-5/+1
* We do not have to build makewhatis as a bootstrap tool when it is disabledJung-uk Kim2010-05-201-1/+5
* Revert r208324. We still need it for installworld as $PATH is overriden.Jung-uk Kim2010-05-201-0/+1
* Remove makewhatis(1) from bootstrap tools. We no longer support sourceJung-uk Kim2010-05-201-1/+0
* Enable liblzma support in libarchiveMartin Matuska2010-05-101-1/+1
* - Take libinstall.a out of pkg_install and make it a proper shared library.Florent Thoumie2010-04-231-2/+3
* Remove explicit setting of NO_CTF in WMAKEENV and in the make call forAlexander Leidinger2010-04-221-2/+2
* Add note about TARGET_ARCHWarner Losh2010-04-141-0/+1
* Expose MACHINE_CPU while building lib32 target.Xin LI2010-03-241-0/+1
* Remove old documents when they are not compressed.Antoine Brodin2010-03-071-2/+2
* Regen the list of prebuild libraries using tools/make_libdeps.sh.Ruslan Ermilov2010-01-261-14/+9
* Unbreak world:Antoine Brodin2010-01-231-4/+9