summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
Commit message (Expand)AuthorAgeFilesLines
...
* Remove leftover _crunchide from r283108bdrewery2016-05-261-1/+0
* Update libc++ to 3.8.0. Excerpted list of fixes (with upstream revisiondim2016-05-261-1/+1
* Move binutils handling after src.opts.mk.bdrewery2016-05-231-23/+27
* Opportunistically skip building a cross-compiler with SYSTEM_COMPILER set.bdrewery2016-05-211-3/+54
* Enable external compiler logic if both bootstrap compilers are disabled.bdrewery2016-05-211-1/+2
* Enable and utilize WITHOUT_CROSS_COMPILER logic for external CC.bdrewery2016-05-211-5/+9
* Move external toolchain support earlier.bdrewery2016-05-211-36/+35
* WITH_META_MODE: Use META_MODE rather than .MAKE.MODE for buildkernel.bdrewery2016-05-211-1/+1
* Turns out, mipsn32el worked at one point, so add it back in.imp2016-05-191-0/+1
* Fix negative logic error. We want gnueabihf ABI when we're NOTimp2016-05-181-1/+1
* mipsn32el is not a thing, remove it from the list of validimp2016-05-181-2/+1
* Combine restage/reinstall in a safe way.bdrewery2016-05-181-13/+5
* Make armv6 hard float abi by default. Kill armv6hf.imp2016-05-181-1/+0
* Support libsoft for restage.bdrewery2016-05-131-2/+2
* Revert r299292, which was not a mismerge. It has an additional horriblegjb2016-05-101-2/+14
* Combine the 'reinstall' and 'restage' targets, which appears to havegjb2016-05-101-14/+2
* Default NO_INSTALLEXTRAKERNELS to yes, not nongie2016-05-041-1/+1
* Default NO_INSTALLEXTRAKERNELS to "no" to unbreak the buildngie2016-05-041-0/+2
* Make it possible to override NO_INSTALLEXTRAKERNELS.glebius2016-05-041-5/+5
* Misc. build: minor spelling fixes.pfg2016-05-031-2/+2
* WITH_META_MODE: Allow buildkernel to create .meta files with curdir==objdir.bdrewery2016-04-261-0/+5
* Fix unset variables from r298417.bdrewery2016-04-211-9/+18
* Add more missing .PHONYbdrewery2016-04-211-5/+5
* Remove redundant logic from the pkg-base merge.bdrewery2016-04-211-4/+0
* Fix 'make -n' for new packaging targets.bdrewery2016-04-211-2/+2
* Add more missing .PHONY.bdrewery2016-04-211-36/+36
* Adjust BOOTSTRAPPING test after MFC of kbdcontrol's -P optionemaste2016-04-211-2/+3
* Add MK_AUTO_OBJ=no to ${MAKE} invocation if PKG_VERSION needs to begjb2016-04-181-2/+2
* MFHgjb2016-04-161-16/+19
|\
| * META_MODE+filemon: Default -DNO_CLEAN enabled.bdrewery2016-04-141-0/+9
| * META_MODE: Pass along the default sysroot in bootstrap-tools to avoid rebuild...bdrewery2016-04-141-0/+1
| * META_MODE: Don't rebuild build-tools targets during normal build.bdrewery2016-04-141-0/+4
| * Mark some more .PHONY targets.bdrewery2016-04-141-2/+2
| * Simplify building libpam and fix libpam.a not containing the modules since r2...bdrewery2016-04-141-14/+3
* | MFHgjb2016-04-131-8/+9
|\ \ | |/
| * Try harder to find svnswills2016-04-131-8/+9
| * Remove leftover _LDSCRIPTROOT missed in r297270.bdrewery2016-04-051-1/+1
* | Set explicit ordering to prevent packaging failures with parallelgjb2016-04-111-0/+5
* | Avoid using DESTDIR in packaged-base targets, which cangjb2016-04-081-29/+29
* | MFHgjb2016-04-061-1/+1
* | Fix errors packaging the base system when using non-default DESTDIRgjb2016-04-051-4/+4
* | MFHgjb2016-04-041-74/+37
|\ \ | |/
| * Fix the external GCC build after r297271 by setting -L <sysroot>/usr/lib.bdrewery2016-03-301-2/+2
| * Remove the old depend (mkdep) code and make FAST_DEPEND the one true way.bdrewery2016-03-301-59/+15
| * simplify compile-time default keyboard map generationemaste2016-03-281-0/+6
| * WITHOUT_TOOLCHAIN: Fix includes not being staged in WORLDTMP.bdrewery2016-03-251-2/+2
| * CROSS_BINUTILS_PREFIX: Reduce redundant logic.bdrewery2016-03-251-10/+10
| * External compiler: Remove redundant flags from CXXFLAGS.bdrewery2016-03-251-2/+0
| * WITHOUT_CROSS_COMPILER: Fix this to use external compiler logic.bdrewery2016-03-251-2/+3
| * Update flags for external GCC.bdrewery2016-03-251-2/+5
OpenPOWER on IntegriCloud