summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
Commit message (Expand)AuthorAgeFilesLines
* Allow specification of build shell for the buildenv target.imp2012-01-301-1/+4
* When the buildkernel stage 2.3 (build tools) runs, the PATH is still setdim2012-01-271-0/+2
* Restore functionality to pack several kernels into release. Allglebius2012-01-151-1/+12
* Fix the broken non-cross compile build. Oops!adrian2012-01-061-1/+1
* Allow extra directories to be added to the build-tools target.adrian2012-01-051-0/+5
* Remove -mfancy-math from LIB32CPUFLAGS for amd64. It has been defaultdim2011-12-221-1/+0
* - CTF knob is now implemented using common scheme: MK_CTF=yes/no isfjoe2011-11-301-2/+0
* Turn off profiled libs build by default.fjoe2011-11-291-5/+5
* Fix breakage after r227983; lib/libcxxrt still got built, because it wasdim2011-11-261-1/+1
* Provide proper error message when trying to build xdev, xdev-build orgonzo2011-11-261-0/+3
* Import libc++ / libcxxrt into base. Not build by default yet (usetheraven2011-11-251-0/+3
* Revert r227841 and part of r227798. We still build libpam in two passes,des2011-11-241-2/+13
* Remove libpam from _prebuild_libs. This should unbreak the -jX build.des2011-11-221-2/+1
* Simplify the libpam build by removing the shared modules' dependencydes2011-11-211-14/+4
* Rename the linker emulation name for powerpc and powerc64. This is needed thatandreast2011-11-191-1/+1
* Revert r227403 for now. Since the cross-tools stage purposefullydim2011-11-101-6/+10
* Move building of clang's tblgen tools (and required libraries) from thedim2011-11-091-10/+6
* Make it possible to set CC and CXX (and optionally, AS and LD) indim2011-11-051-1/+2
* Attempt to fix build logic for gensnmptree.ed2011-10-261-1/+2
* Upgrade our copy of llvm/clang to r142614, from upstream's release_30dim2011-10-221-1/+3
* Farewall, sysinstall! You served us well for many years, but 10.0 is onenwhitehorn2011-10-031-1/+0
* - Add missing interdependencies to kerberos libraries. Some of thestas2011-09-271-1/+16
* - Merged awk upstream that includes a fix for a bug exposed by kmod_syms.mk.ru2011-08-111-0/+5
* It's a bit odd, but "make update" in src/ can also update the ports/,ru2011-06-161-1/+5
* Implement WITH{,OUT}_{GCC,BINUTILS} to provide finer-grained controlimp2011-05-191-2/+10
* Clean up a loose end from the conversion from gnu ar/ranlib to the BSDimp2011-05-181-2/+4
* Backout libinstall.a -> libpkg commit.flz2011-05-171-3/+2
* Disconnect sun4v architecture from the three.attilio2011-05-141-1/+1
* + DTrace as a bootstrap tool is only needed on certain older systems.obrien2011-05-111-4/+10
* Correct the kernel config name printed out during install.obrien2011-05-051-1/+1
* Note which of the built kernels is being installed.obrien2011-04-221-1/+1
* Remove libobjc and other Objective-C related components, as these aredim2011-04-171-1/+0
* Complete WITHOUT_CXX support. It implies WITHOUT_GROFF anduqs2011-04-061-0/+2
* Make clang default on x86 and powerpc, but not on other architectures.imp2011-04-051-2/+2
* Fix the delete-old/check-old targets to work with arbitrarily longuqs2011-04-011-10/+27
* - Merge in OFED 1.5.3 from projects/ofed/headjeff2011-03-211-1/+8
* Improve the distributeworld target in Makefile.inc1 and update the releasenwhitehorn2011-03-021-0/+46
* Use a suitable DIRPRFX for each invocation of make in the build32 andjhb2011-03-011-11/+13
* Commit two more files missed in r219089.pjd2011-02-271-0/+2
* 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
OpenPOWER on IntegriCloud