aboutsummaryrefslogtreecommitdiff
path: root/Makefile.inc1
Commit message (Expand)AuthorAgeFilesLines
* Fix in-tree GCC builds after r304681.Bryan Drewery2016-08-231-2/+7
* Always pass in -target and --sysroot flags for the build.Bryan Drewery2016-08-231-3/+12
* Trim unneeded bootstrap after r301470 made 9.1 the minimum supported release.Bryan Drewery2016-08-161-10/+0
* Avoid showing the bootstrap make command for check-old, etc.Bryan Drewery2016-08-121-3/+3
* Only remove empty directories before packaging.Li-Wen Hsu2016-08-101-1/+1
* Add libprocstat prebuild library dependencies.Mark Johnston2016-07-301-0/+1
* librtld_db: Use the auxv to figure out where to look up loader symbols.Mark Johnston2016-07-301-1/+3
* Remove ${OBJDUMP} as it is not used by the base systemEd Maste2016-07-271-2/+2
* Don't disable binutils/elftoolchain bootstrapping with external compiler.Bryan Drewery2016-07-241-7/+5
* Fix empty WANT_COMPILER_TYPE when neither compiler is bootstrapped.Bryan Drewery2016-07-241-0/+2
* SYSTEM_COMPILER: Rework the logic to allow a 'make test-system-compiler'.Bryan Drewery2016-07-241-30/+46
* Add LOCAL_XTOOL_DIRS to add into cross-tools.Bryan Drewery2016-07-211-0/+3
* Include makewhatis in ITOOLS when MK_MAN_UTILS is trueEd Maste2016-07-191-1/+1
* Revert r302865 and it's sister r302866 as r302865 causes some breakage.Cy Schubert2016-07-151-2/+0
* When building multiple kernels using KERNCONF, non-existent KERNCONFCy Schubert2016-07-151-0/+2
* Revert r302670 and r302671 for now.Bryan Drewery2016-07-131-2/+0
* Create a TARGET_CPUARCH thing to go with MACHINE_CPUARCH.Bryan Drewery2016-07-121-0/+2
* Fix TARGET_TRIPLE for 12.0-CURRENT.Glen Barber2016-07-111-1/+1
* WITH_SYSTEM_COMPILER: Don't enable for xdev or native-xtools.Bryan Drewery2016-07-071-1/+1
* WITH_SYSTEM_COMPILER: Avoid using GCC4.8+ logic on native GCC4.2 platforms.Bryan Drewery2016-06-291-0/+2
* Fix native powerpc64 build of lib32 with in-tree GCC.Bryan Drewery2016-06-151-1/+4
* build: Add legacy support for futimens() and utimensat().Jilles Tjoelker2016-06-091-0/+2
* legacy: Avoid building/installing headers twice.Bryan Drewery2016-06-051-2/+3
* Add a MINIMUM_SUPPORTED_OSREL and bump it to 900044.Bryan Drewery2016-06-051-2/+5
* Fix incorrect logic in r301394.Bryan Drewery2016-06-041-1/+1
* Follow-up r301287: Pass external compiler metadata when used.Bryan Drewery2016-06-041-0/+6
* WITHOUT_CROSS_COMPILER: Fix installworld.Bryan Drewery2016-06-031-3/+9
* For clang, move the definition of FREEBSD_CC_VERSION into its own headerDimitry Andric2016-06-031-1/+1
* GCC External: Revert r300886, r300904, r300917, r300918Bryan Drewery2016-05-291-1/+7
* Move external GCC compiler hacks to bsd.sys.mk.Bryan Drewery2016-05-271-8/+1
* Make PKG_VERSION aware of '-ALPHA*'.Glen Barber2016-05-271-1/+1
* WITH_AUTO_OBJ: Fix crunchgen builds.Bryan Drewery2016-05-261-3/+10
* WITH_META_MODE: Move the kernel support to kern.pre.mk.Bryan Drewery2016-05-261-5/+0
* Remove leftover _crunchide from r283108Bryan Drewery2016-05-261-1/+0
* Update libc++ to 3.8.0. Excerpted list of fixes (with upstream revisionDimitry Andric2016-05-261-1/+1
* Move binutils handling after src.opts.mk.Bryan Drewery2016-05-231-23/+27
* Opportunistically skip building a cross-compiler with SYSTEM_COMPILER set.Bryan Drewery2016-05-211-3/+54
* Enable external compiler logic if both bootstrap compilers are disabled.Bryan Drewery2016-05-211-1/+2
* Enable and utilize WITHOUT_CROSS_COMPILER logic for external CC.Bryan Drewery2016-05-211-5/+9
* Move external toolchain support earlier.Bryan Drewery2016-05-211-36/+35
* WITH_META_MODE: Use META_MODE rather than .MAKE.MODE for buildkernel.Bryan Drewery2016-05-211-1/+1
* Turns out, mipsn32el worked at one point, so add it back in.Warner Losh2016-05-191-0/+1
* Fix negative logic error. We want gnueabihf ABI when we're NOTWarner Losh2016-05-181-1/+1
* mipsn32el is not a thing, remove it from the list of validWarner Losh2016-05-181-2/+1
* Combine restage/reinstall in a safe way.Bryan Drewery2016-05-181-13/+5
* Make armv6 hard float abi by default. Kill armv6hf.Warner Losh2016-05-181-1/+0
* Support libsoft for restage.Bryan Drewery2016-05-131-2/+2
* Revert r299292, which was not a mismerge. It has an additional horribleGlen Barber2016-05-101-2/+14
* Combine the 'reinstall' and 'restage' targets, which appears to haveGlen Barber2016-05-101-14/+2
* Default NO_INSTALLEXTRAKERNELS to yes, not noEnji Cooper2016-05-041-1/+1