aboutsummaryrefslogtreecommitdiff
path: root/Makefile.inc1
Commit message (Expand)AuthorAgeFilesLines
* Add more static binaries to the native-xtools target. These help speedSean Bruno2014-11-131-0/+11
* Fix build race in Makefile.inc1 after r274226 by adding lib/libm__L dependencyEnji Cooper2014-11-081-1/+1
* For really fast machines, an edge-case may exist where dpv(3) may beDevin Teske2014-11-071-1/+4
* SUBDIR_DEPENDS__ in lib/Makefile is not working out so well for me.Devin Teske2014-11-061-0/+1
* Rename XFLAGS to XCFLAGS and XXFLAGS to XCXXFLAGSBaptiste Daroussin2014-10-271-5/+5
* My previous commit exposed an issue as it fixed a differentWarner Losh2014-10-221-6/+1
* Generate both userland and kernel option settings for showconfig.Warner Losh2014-10-211-1/+2
* You aren't allowed to test WITH_xxx or WITHOUT_xxx here, so remove it.Warner Losh2014-10-211-6/+1
* Make the external toolchain support grows to the knowleged of XXFLAGS for C++...Baptiste Daroussin2014-10-211-1/+4
* Add size(1) to the cross build toolchainBaptiste Daroussin2014-10-091-2/+3
* Fix typoBaptiste Daroussin2014-10-091-1/+1
* Add OBJCOPY to the list of external toolsBaptiste Daroussin2014-10-091-2/+3
* Fix build when XCC is defined and X_COMPILER_TYPE is notBaptiste Daroussin2014-10-091-1/+1
* Add CROSS_TOOLCHAIN macro select pre seeded external toolchain configuration ...Baptiste Daroussin2014-10-091-0/+8
* Fix dependency errors when linking libproc.Mark Johnston2014-10-051-0/+3
* Add dependencies to various libraries to libzfs and libzpool.Xin LI2014-10-031-0/+6
* Fix the TARGET_ABI value clang uses. It shpuld be gnueabi on all ARMAndrew Turner2014-10-011-3/+3
* Remove MK_ARM_EABI, the armeb issues have been fixed. The code to supportAndrew Turner2014-10-011-1/+1
* Have distrib-dirs, distribution, hier, hierarchy, redistribute, and reinstallEnji Cooper2014-09-241-4/+4
* 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