summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2023-08-23Remove $FreeBSD$: one-line sh patternWarner Losh
2023-03-22Switch to GCC 9 for the GCC tinderbox.John Baldwin
2023-01-31Makefile: Avoid sanitizing PATH on non-FreeBSD systemsJake Freeland
2022-07-13Add list-old-{dirs,files,libs} targets.John Baldwin
2021-12-21Fix 'make bmake' top-level bootstrapping.Bryan Drewery
2021-10-19Remove 'make update'.John Baldwin
2021-09-07Makefile: Fix MAKEOBJDIRPREFIX command-line variable check for bmakeJessica Clarke
2021-01-07Rename NO_WERROR -> MK_WERROR=noAlex Richardson
2020-11-14Makefile: re-wordsmith the blurb about xtoolchain portsKyle Evans
2020-11-02pkgbase: Add incremental packagesEmmanuel Vadot
2020-10-16Makefile: add a small blurb about building with gcc xtoolchainKyle Evans
2020-10-09Eliminate building LINT makefilesWarner Losh
2020-09-22[PowerPC64LE] Set up powerpc.powerpc64le architectureBrandon Bergren
2020-08-25Fix typo in r364325 that broke tinderbox with -DBUILD_WITH_STRICT_TMPPATHAlex Richardson
2020-08-17Add a USE_GCC_TOOLCHAINS knob to make universe.John Baldwin
2020-04-29Use universe-toolchain config(8)Bryan Drewery
2020-03-31Add powerpcspe to the EXTRA_TARGETSWarner Losh
2020-03-31Fix make kernels to match original commit messageWarner Losh
2020-03-31Make universe configuration more consistent with rest of systemWarner Losh
2020-03-24Disable rarely used architecture variants in make universe by default.John Baldwin
2020-03-23Use Clang and LLD as the default toolchain for MIPSAlex Richardson
2020-02-02Per the firm plan, start to remove sparc64Warner Losh
2020-01-08Use clang and lld as the default toolchain for RISCV.John Baldwin
2020-01-07Don't fail universe kernel stage for TARGET_ARCHes without a kernel config.John Baldwin
2020-01-07Remove support for using GCC 4.2.1 from make tinderbox.John Baldwin
2020-01-06Enable powerpc in make tinderbox using clang instead of GCC.John Baldwin
2020-01-06Only build kernels for enabled TARGET_ARCHes in make universe/tinderbox.John Baldwin
2020-01-04Use the freebsd-gcc6 toolchains instead of powerpc64-xtoolchain-gcc.John Baldwin
2020-01-02Add the missing trailing '/' when setting TARGET_ARCH from TARGETAndrew Turner
2020-01-02Remove arm/arm as a valid target.Warner Losh
2019-11-03Take arm.arm (armv5) out of universeConrad Meyer
2019-10-14Disconnect powerpc from the default tinderbox for now.John Baldwin
2019-10-09Wordsmith and simplifyWarner Losh
2019-10-09Don't compile old gcc 4.2.1 archs by default in universe/tinderbox.Warner Losh
2019-10-01Add a top-level makeman targetKyle Evans
2019-07-24pkgbase: Add the sub stage-packages targets to TGTSEmmanuel Vadot
2019-05-24Modernize the MAKE_JUST_KERNELS hint in the top-level makefile.Mark Johnston
2019-04-09Fix a typo when sanity checking in the bootstrap-tools targetEnji Cooper
2018-11-10Update comment about 'universe' disk usageEric van Gyzen
2018-11-08Add a top-level make target to rebuild all sysent files.Brooks Davis
2018-11-05Allow building world without inheriting $PATHAlex Richardson
2018-10-09Don't include the broken riscv64sf TARGET_ARCH in universe.Brooks Davis
2018-07-17As discussed several times on freebsd-arch, start to decommission armeb.Warner Losh
2018-06-28tinderbox: If the clang lookup fails fallback to the old default behavior.Bryan Drewery
2018-06-28Include existing MAKE_PARAMS_<target> when determining the universe toolchain.John Baldwin
2018-06-27Fix typo in top-level MakefileDevin Teske
2018-06-27tinderbox: Only build clang/lld once if needed.Bryan Drewery
2018-06-27tinderbox: Give details about kernel builds.Bryan Drewery
2018-06-20Only look for NOTES as needed.Bryan Drewery
2018-06-20Add WITH_SYSTEM_LINKER, on by default, that avoids building lld when possible.Bryan Drewery