summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
Commit message (Expand)AuthorAgeFilesLines
* Add the BSD-licensed Citrus iconv to the base system with default offgabor2011-02-251-9/+4
* Flesh out WITHOUT_GROFF support to DTRT.uqs2011-02-221-8/+13
* Back out 218933 and 281934. The easy cases still worked, but someimp2011-02-221-16/+2
* Select building CLANG based on ${TARGET_ARCH} and existence ofimp2011-02-221-2/+16
* Upgrade our copy of llvm/clang to r126079, from upstream's trunk.dim2011-02-201-1/+0
* Hmmm, specifying TARGET and TARGET_ARCH in the environment doesn'timp2011-02-111-6/+6
* CPUTYPE is now a required define for calling Makefile.inc1 diretly, soimp2011-02-111-39/+45
* You are now *REQUIRED* to pass both TARGET and TARGET_ARCH to anyimp2011-02-101-0/+11
* Move the architecture guessing from Makefile.inc1 to Makefile. Weimp2011-01-311-26/+0
* Retire TARGET_ABI.imp2011-01-071-2/+2
* Do not lint code beyond necessity (with apologies to Wiliam of Ockham).markm2010-11-181-1/+1
* add / to the translation of TARGET_ARCH to TARGETimp2010-11-141-1/+1
* The fixes for mips/mips arm/arm compat hacks broke if TARGET orimp2010-11-131-2/+3
* Add legacy names for mips:mips and arm with TARGET_BIG_ENDIAN, for the moment.imp2010-11-131-0/+14
* Replace libgcc.a by libcompiler_rt.a.ed2010-11-111-1/+2
* Merge from tbemd:imp2010-11-091-3/+3
* Check TARGET_ARCH as well as TARGET to determine if we are doing a crossnwhitehorn2010-09-081-1/+1
* Repair some build breakage introduced in r211725 and garbage collect somenwhitehorn2010-08-281-2/+2
* The order was correct before. I'd talked to Nathan about this before,imp2010-08-241-4/+2
* MFtbemd:imp2010-08-231-2/+2
* Minor tweak from tbemdimp2010-08-231-1/+0
* Don't link drti.o with libelf_pic.a. This means that all software withrpaulo2010-08-211-1/+1
* Add clang to the cross-tools build stage.rpaulo2010-08-211-0/+7
* Add libelf to the prebuild libs.rpaulo2010-08-211-1/+1
* Revert r211436; it was a good idea, but not fully thought out.des2010-08-181-9/+2
* Split kernel stage 3.2 (build everything) into 3.2 (build the kernel)des2010-08-171-2/+9
* Relax FDT_DTS_FILE validation (and unbreak world build).raj2010-07-151-2/+0
* Fix FDT_DTS_FILE parsing to properly retrieve its value. This unbreaks theraj2010-07-151-1/+5
* Connect powerpc64 to the build. It is not presently part of make universe,nwhitehorn2010-07-131-16/+37
* Merge from tbemd:imp2010-06-241-3/+3
* Merge from tbemd:imp2010-06-241-1/+1
* Merge from TBEMD:imp2010-06-241-3/+1
* Use awk alone for extracting FDT_DTS_FILE instead of grep/cut, which israj2010-06-161-2/+2
* Connect FDT infrastructure to the build system.raj2010-06-131-0/+41
* Hook clang into the build on i386/amd64/powerpc.rdivacky2010-06-091-0/+8
* Revert r208353. It did not work as I expected because WITHOUT_MAN is setjkim2010-05-201-5/+1
* We do not have to build makewhatis as a bootstrap tool when it is disabledjkim2010-05-201-1/+5
* Revert r208324. We still need it for installworld as $PATH is overriden.jkim2010-05-201-0/+1
* Remove makewhatis(1) from bootstrap tools. We no longer support sourcejkim2010-05-201-1/+0
* Enable liblzma support in libarchivemm2010-05-101-1/+1
* - Take libinstall.a out of pkg_install and make it a proper shared library.flz2010-04-231-2/+3
* Remove explicit setting of NO_CTF in WMAKEENV and in the make call fornetchild2010-04-221-2/+2
* Add note about TARGET_ARCHimp2010-04-141-0/+1
* Expose MACHINE_CPU while building lib32 target.delphij2010-03-241-0/+1
* Remove old documents when they are not compressed.antoine2010-03-071-2/+2
* Regen the list of prebuild libraries using tools/make_libdeps.sh.ru2010-01-261-14/+9
* Unbreak world:antoine2010-01-231-4/+9
* Remove libulog from the bootstrap again.ed2010-01-211-1/+1
* In 'make delete-old', use 'exec' to redirect an fd persistently.jilles2010-01-141-1/+1
* Disable K&R style function definitions for WARNS=6.ed2009-12-311-0/+7
OpenPOWER on IntegriCloud