aboutsummaryrefslogtreecommitdiff
path: root/Makefile.inc1
Commit message (Expand)AuthorAgeFilesLines
* Only use the CROSS_BINUTILS_PREFIX tool if it exists.Andrew Turner2015-04-021-1/+2
* Ensure the cross assembler, linker and objcopy are used for the build32Dimitry Andric2015-04-021-3/+5
* Add --sysroot to the compiler flags for clang or gcc external toolchainsCraig Rodrigues2015-03-261-1/+1
* Add some more explanation to the different phases of the build.Warner Losh2015-03-251-5/+14
* Force MK_INCLUDES for the legacy stageEd Maste2015-03-251-1/+2
* Start to import support for the AArch64 architecture from ARM. This changeAndrew Turner2015-03-191-1/+1
* When cross-building with an external toolchain we still need a target stripEd Maste2015-03-171-0/+5
* Add LIB_CXX so that C++ libraries will use CXX to link.Bryan Drewery2015-03-171-0/+4
* Provide automatic cross-binutils path if no BINUTILS_BOOTSTRAPEd Maste2015-03-121-0/+13
* It appears that xlint isn't used in the build process, so it certainlyWarner Losh2015-03-121-1/+0
* Support CROSS_BINUTILS_PREFIX with in-tree compilerEd Maste2015-02-261-0/+6
* Fill in missing dependencies for dtrace related tools so the bootstrap-toolsEnji Cooper2015-02-231-0/+3
* Parallelize building bootstrap-toolsEnji Cooper2015-02-231-1/+19
* Fix bootstrap on systems with old yacc with small MAXTABLE.Jung-uk Kim2015-02-181-5/+5
* Restore the ability to use clang as an external compiler. This wasPeter Grehan2015-02-181-3/+4
* release: use xz via pipe when compressing the tarballs.Rui Paulo2015-02-171-15/+17
* Fix a typo when invoking tar(1) to create the debug distributions.Rui Paulo2015-02-161-1/+1
* Step 1 of eliminating the "games" distribution: Move binaries to /usr/bin;Colin Percival2015-02-121-6/+2
* Remove remnant from texinfoBaptiste Daroussin2015-02-111-5/+1
* Exclude 'tests' from DEBUG_DISTRIBUTIONS.Glen Barber2015-02-101-1/+1
* Merge xz 5.2.0.Rui Paulo2015-02-091-0/+1
* Conditionalize building radius support into libpam, ppp, etc viaEnji Cooper2015-02-041-1/+5
* Restore addr2line to cross toolsEd Maste2015-01-231-0/+3
* Fix bootstrap on systems with old libdwarf and WITHOUT_CDDLEd Maste2015-01-211-4/+9
* Remove addr2line from cross elftoolchain tools listEd Maste2015-01-211-1/+0
* Remove GNU texinfo from base along with all info pages.Baptiste Daroussin2015-01-021-24/+6
* Use BINUTILS_BOOTSTRAP knob for binutils onlyEd Maste2014-12-301-1/+3
* Update the text for building texinfo with build-tools to reflect the factEnji Cooper2014-12-221-1/+1
* Build selective portions of gnu/usr.bin/texinfo as part of build-tools toEnji Cooper2014-12-221-0/+15
* Fix accidental MK_DEBUG_FILES=no addition to NXBMAKE in r275909Enji Cooper2014-12-181-1/+1
* Don't build full clang toolchain or clang extras in stages 1-3 of buildworldEnji Cooper2014-12-181-3/+7
* Fix building/installing tests when TESTSBASE != /usr/testsEnji Cooper2014-12-181-3/+6
* Fix sporadic build failures due to race when running make installworldEnji Cooper2014-12-171-1/+1
* Add an UPDATING entry and warning about the change in r274807 to help usersBrooks Davis2014-12-161-0/+2
* Add makewhatis to ITOOLS if MK_MAN != noEnji Cooper2014-12-081-0/+5
* Build gperf with xdev as part of _xb-bootstrap-toolsEnji Cooper2014-12-081-1/+2
|\
| * Build gperf with xdev as part of _xb-bootstrap-tools to unbreak the buildEnji Cooper2014-12-081-1/+2
| * Push the build-tools logic down into Makefile.inc1 so it's localized all inEnji Cooper2014-12-081-3/+5
| * MFhead @ r275496Enji Cooper2014-12-051-0/+12
| |\ | |/ |/|
| * share/termcap requires ex from usr.bin/vi in order to compile, and since usr.binEnji Cooper2014-11-291-1/+11
| * Implement MK_RADIUS_SUPPORT to make libradius and assorted support optionalEnji Cooper2014-11-271-1/+5
| * Don't try and build 32-bit versions of hyperv / bhyveEnji Cooper2014-11-261-1/+1
* | Build infrastructure for elftoolchain toolsEd Maste2014-12-011-0/+12
|/
* Slightly alter the handling of LOCAL_LIB_DIRS to skip addition ofBrooks Davis2014-11-211-4/+15
* Add a guard against attempting to invoke the buildenv target with -j# asBrooks Davis2014-11-211-0/+5
* Add mv, echo and hostname to the native-xtools target. Missed theseSean Bruno2014-11-161-0/+3
* Flush out many more static binaries that can be used in a jail for buildingSean Bruno2014-11-161-1/+33
* Add more static binaries to the native-xtools target. These help speedSean Bruno2014-11-131-0/+11
* Fix build race in Makefile.inc1 after r274226 by adding lib/libm__L dependencyEnji Cooper2014-11-081-1/+1
* For really fast machines, an edge-case may exist where dpv(3) may beDevin Teske2014-11-071-1/+4