aboutsummaryrefslogtreecommitdiff
path: root/Makefile.inc1
Commit message (Expand)AuthorAgeFilesLines
* Root the lib32 object tree under the overall object tree.Will Andrews2014-09-181-2/+3
* Revert r267233 for now. PIE support needs to be reworked.Bryan Drewery2014-08-191-4/+4
* Create the native-xtools target. This target creates only the crossWarner Losh2014-08-181-1/+43
* Fix atmconfig compilation when MK_ATM == yes and MK_BSNMP == noEnji Cooper2014-08-151-1/+1
* Run dtrace in 32-bit mode when compiling 32-bit libraries.Rui Paulo2014-08-081-1/+2
* m4 now requires libohash, ensure it gets built when bootstrapping.Ian Lepore2014-08-071-1/+2
* 10 has a new flex (2.5.37) and the config.h for unbound has been updated toOllivier Robert2014-08-071-4/+4
* Merge from CheriBSD:Brooks Davis2014-08-041-1/+2
* Deprecate the use of XDEV and XDEV_ARCH and just use TARGET/TARGET_ARCHSean Bruno2014-07-231-9/+7
* Run mtree for BSD.tests.dist during make xdev-install, if the tests areDimitry Andric2014-07-211-0/+4
* Make MK_GNUCXX mean "build the libstdc++ and libsupc++ libraries" andWarner Losh2014-07-101-1/+1
* Separate out the links creation from the other targets. This wasWarner Losh2014-07-101-6/+6
* Typo means that this couldn't have possibly fixed anything, so revertWarner Losh2014-07-081-1/+0
* xdev builds libsupc++ and libstdc++ in a slightly strange way. ThisWarner Losh2014-07-071-0/+1
* Remove ia64 from the list of known architectures and add an entry toMarcel Moolenaar2014-07-021-1/+1
* Merge ^/projects/release-debugdist into ^/head:Glen Barber2014-07-011-13/+14
* Rename the WITHOUT_VT_SUPPORT knob to WITHOUT_VTEd Maste2014-06-301-1/+1
* - Add a LOCAL_ITOOLS to allow adding additional tools required for theBryan Drewery2014-06-171-1/+3
* Build vt(4) fonts during buildworldEd Maste2014-06-121-1/+6
* Put the test suite in its own tests.txz distribution file.Julio Merino2014-06-101-0/+7
* In preparation for ASLR [1] support add WITH_PIE to support building with -fPIE.Bryan Drewery2014-06-081-3/+3
* When libelf and libdwarf were updated, we didn't bump the minimalWarner Losh2014-05-231-3/+2
* Fix build: Build libavl as prebuild-lib.Xin LI2014-05-221-0/+2
* Eliminate EARLY_BUILD flag. It is redundant and means MK_CLANG_FULL=noWarner Losh2014-05-101-4/+5
* Migrate NO_WARN to MK_WARN. Support legacy NO_WARN usage. Remove aWarner Losh2014-05-101-5/+5
* Document src.opts.mk changes and the decoupling of /etc/src.conf fromWarner Losh2014-05-061-1/+1
* Use src.opts.mk in preference to bsd.own.mk except where we need stuffWarner Losh2014-05-061-2/+2
* Add appropriate quoting to allow building with a KERNCONFDIR containingThomas Quinot2014-05-031-2/+2
* Turns out this .if evaluated not in the context of the makedtb targetWarner Losh2014-04-301-3/+0
* Allow FDT_DTS_FILE to be a list, either in the makedtb target, or in aWarner Losh2014-04-301-17/+5
* Add dependency for libm to libstdc++. This fixes high -j value buildsWarner Losh2014-04-281-0/+1
* make_dtb.sh is designed to be used in a kernel build environment whereWarner Losh2014-04-261-1/+2
* Eliminate NO_INCS. It is used one place, and MK_TOOLCHAIN=no willWarner Losh2014-04-251-2/+2
* Spell NO_PROFILE= as MK_PROFILE=no.Warner Losh2014-04-251-6/+6
* Remove NO_CTF, exccept as an undocumented compatibilityWarner Losh2014-04-251-7/+7
* Separate out enabling building clang and/or gcc for the system andWarner Losh2014-04-181-8/+7
* Up the minimum system to build FreeBSD current to 8.0-RELEASE. TheWarner Losh2014-04-131-13/+3
* Determine whether to build clang and its bootstrap tools the sameWarner Losh2014-04-131-1/+1
* Prevent XDTP from being a relative pathBaptiste Daroussin2014-04-041-1/+5
* XDDESTDIR should not be set by the user, instead the user might want to tweakBaptiste Daroussin2014-04-031-1/+1
* Some xdev fixes:Baptiste Daroussin2014-04-031-4/+9
* It is possible that MK_GNUCXX is "yes" but MK_CXX is "no" so make sureWarner Losh2014-04-011-1/+1
* Ensure make xdev respect which compiler is CCBaptiste Daroussin2014-04-011-6/+7
* There's no need to guess at the COMPILER_TYPE to pass it down. WeWarner Losh2014-03-301-27/+9
* Move stray targets out of the xdev section.Warner Losh2014-03-301-2/+2
* Kill NO_TESTS and use MK_TESTS=no when we want to skip them.Warner Losh2014-03-301-19/+19
* Allow the build system to safely set MK_FOO to avoid the ambiguityWarner Losh2014-03-301-9/+9
* When building g++, we need to build libsupc earlier to avoid a raceWarner Losh2014-03-301-0/+3
* Only set XDDESTDIR if it wasn't already set to allow people toWarner Losh2014-03-281-1/+1
* Add a new ARM TARGET_ARCH, armv6hf. This is considered experimental.Andrew Turner2014-03-231-1/+3