aboutsummaryrefslogtreecommitdiff
path: root/Makefile.inc1
Commit message (Expand)AuthorAgeFilesLines
...
* Fix detection for binutils bootstrap package.Bryan Drewery2018-06-191-5/+5
* Let CROSS_BINUTILS_PREFIX work without a trailing slash.Bryan Drewery2018-06-191-2/+2
* SYSTEM_COMPILER: Should use X_ vars for comparing wanted version.Bryan Drewery2018-06-191-4/+4
* Fix X_COMPILER_* and X_LINKER_* not being passed to installworld environment.Bryan Drewery2018-06-191-16/+2
* Don't bootstrap lld if an external linker is used.Bryan Drewery2018-06-191-0/+4
* Build LOCAL_LIB_DIRS along with system lib dirs, rather than building themIan Lepore2018-06-171-11/+11
* Rework ofed build.Konstantin Belousov2018-06-161-21/+10
* Assert that a build is done before an install.Bryan Drewery2018-06-161-0/+4
* Only build jevents if MK_PMC is yes and only for amd64 in libcompat.Bryan Drewery2018-06-151-1/+2
* Bump __FreeBSD_version after r334881 and force libdwarf to be rebuilt.Mark Johnston2018-06-091-1/+2
* Handle -DNO_CLEAN builds across brk/sbrk rewrite in r334626Ed Maste2018-06-051-1/+2
* Move /sys symlink creating out of etc/Makefile.Brad Davis2018-06-041-0/+1
* libpmc/pmu: enable for i386 as wellMatt Macy2018-05-311-1/+1
* libpmc/jevents: fix cross-compile _to_ amd64Matt Macy2018-05-311-1/+1
* pmc(3)/hwpmc(4): update supported Intel processors to rely fully on theMatt Macy2018-05-261-1/+1
* Revert r334242 "pmc(3)/hwpmc(4): update supported Intel processors to rely fu...Matt Macy2018-05-261-1/+1
* pmc(3)/hwpmc(4): update supported Intel processors to rely fully on theMatt Macy2018-05-261-1/+1
* Support -DNO_CLEAN builds across r334223+r334224.Brooks Davis2018-05-251-1/+2
* libpmcstat: Don't build pmu tables on !amd64 until the correspondingMatt Macy2018-05-241-2/+1
* exect() was removed in 2018, not 2017.Brooks Davis2018-05-241-1/+1
* libpmcstat: compile in events based on json descriptionMatt Macy2018-05-241-0/+6
* Bump min supported release for building HEAD to 10.3Ed Maste2018-04-271-15/+3
* Correct r307825 BOOTSTRAPPING test for unsupported upgradeEd Maste2018-04-261-2/+2
* Allow -DNO_CLEAN builds across r332443.Brooks Davis2018-04-121-1/+2
* Support -DNO_CLEAN builds across r332119.Brooks Davis2018-04-061-1/+2
* Allow -DNO_CLEAN buildworld after r332080.Brooks Davis2018-04-051-1/+2
* remove special handling for stale ptrace dependenciesEd Maste2018-04-051-2/+1
* Allow -DNO_CLEAN builds over r332048.Brooks Davis2018-04-041-2/+3
* Correct comment date in r331255Ed Maste2018-03-201-1/+1
* Remove stale generated assym.s files after r331254Ed Maste2018-03-201-0/+10
* pkgbase: Fix post-install script for kernel packagesKyle Evans2018-03-141-0/+2
* Improve wording of error message when CROSS_TOOLCHAIN is not found.Brooks Davis2018-02-261-1/+1
* Allow CROSS_TOOLCHAIN to be a path to a file.Brooks Davis2018-02-251-0/+6
* Properly lookup values if they were empty.Bryan Drewery2018-02-201-2/+2
* Only lookup SVN once and rename to SVN_CMD.Bryan Drewery2018-02-201-3/+4
* Avoid looking up VCS_REVISION for every sub-make call to Makefile.inc1.Bryan Drewery2018-02-201-0/+1
* Move SVNVERSION_CMD into the one place that uses it.Bryan Drewery2018-02-201-0/+10
* sort needs to be in ITOOLS since find -s was changed to find | sort.Warner Losh2018-02-091-1/+1
* Add a note about why we have the conditional before includingWarner Losh2018-02-071-2/+4
* add retpoline compiler and linker feature flagsEd Maste2018-02-071-2/+2
* Don't hardcode /usr/bin as the path for mktemp in build toolsAlex Richardson2018-02-061-1/+1
* `make installkernel' should display a completed message if doneWolfram Schneider2018-01-251-2/+8
* test-system-compiler: Display X_ variants for compiler/linker.Bryan Drewery2018-01-241-1/+4
* X_COMPILER_* may not be defined.Bryan Drewery2018-01-241-2/+4
* Don't build share/syscons in build-tools stage if MK_SYSCONS == "no"Alex Richardson2018-01-161-1/+1
* Ensure MK_LDD for bootstrap-tools matches MK_LLD_BOOTSTRAP.Bryan Drewery2018-01-121-0/+1
* Cache LINKER_FEATURES to fix the wrong ones being used.Bryan Drewery2018-01-121-1/+2
* Allow use of .WAIT in the LOCAL_DIRS and LOCAL_LIB_DIRS lists.Ian Lepore2017-12-311-5/+6
* Makefile.inc1: map mips MACHINE_/TARGET_ARCH to triplesEd Maste2017-12-051-2/+2
* native-xtools: Ensure GCC files are cleaned up.Bryan Drewery2017-12-051-1/+1