summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
Commit message (Expand)AuthorAgeFilesLines
* My previous commit exposed an issue as it fixed a differentimp2014-10-221-6/+1
* Generate both userland and kernel option settings for showconfig.imp2014-10-211-1/+2
* You aren't allowed to test WITH_xxx or WITHOUT_xxx here, so remove it.imp2014-10-211-6/+1
* Make the external toolchain support grows to the knowleged of XXFLAGS for C++...bapt2014-10-211-1/+4
* Add size(1) to the cross build toolchainbapt2014-10-091-2/+3
* Fix typobapt2014-10-091-1/+1
* Add OBJCOPY to the list of external toolsbapt2014-10-091-2/+3
* Fix build when XCC is defined and X_COMPILER_TYPE is notbapt2014-10-091-1/+1
* Add CROSS_TOOLCHAIN macro select pre seeded external toolchain configuration ...bapt2014-10-091-0/+8
* Fix dependency errors when linking libproc.markj2014-10-051-0/+3
* Add dependencies to various libraries to libzfs and libzpool.delphij2014-10-031-0/+6
* Fix the TARGET_ABI value clang uses. It shpuld be gnueabi on all ARMandrew2014-10-011-3/+3
* Remove MK_ARM_EABI, the armeb issues have been fixed. The code to supportandrew2014-10-011-1/+1
* Have distrib-dirs, distribution, hier, hierarchy, redistribute, and reinstallngie2014-09-241-4/+4
* Root the lib32 object tree under the overall object tree.will2014-09-181-2/+3
* Revert r267233 for now. PIE support needs to be reworked.bdrewery2014-08-191-4/+4
* Create the native-xtools target. This target creates only the crossimp2014-08-181-1/+43
* Fix atmconfig compilation when MK_ATM == yes and MK_BSNMP == nongie2014-08-151-1/+1
* Run dtrace in 32-bit mode when compiling 32-bit libraries.rpaulo2014-08-081-1/+2
* m4 now requires libohash, ensure it gets built when bootstrapping.ian2014-08-071-1/+2
* 10 has a new flex (2.5.37) and the config.h for unbound has been updated toroberto2014-08-071-4/+4
* Merge from CheriBSD:brooks2014-08-041-1/+2
* Deprecate the use of XDEV and XDEV_ARCH and just use TARGET/TARGET_ARCHsbruno2014-07-231-9/+7
* Run mtree for BSD.tests.dist during make xdev-install, if the tests aredim2014-07-211-0/+4
* Make MK_GNUCXX mean "build the libstdc++ and libsupc++ libraries" andimp2014-07-101-1/+1
* Separate out the links creation from the other targets. This wasimp2014-07-101-6/+6
* Typo means that this couldn't have possibly fixed anything, so revertimp2014-07-081-1/+0
* xdev builds libsupc++ and libstdc++ in a slightly strange way. Thisimp2014-07-071-0/+1
* Remove ia64 from the list of known architectures and add an entry tomarcel2014-07-021-1/+1
* Merge ^/projects/release-debugdist into ^/head:gjb2014-07-011-13/+14
* Rename the WITHOUT_VT_SUPPORT knob to WITHOUT_VTemaste2014-06-301-1/+1
* - Add a LOCAL_ITOOLS to allow adding additional tools required for thebdrewery2014-06-171-1/+3
* Build vt(4) fonts during buildworldemaste2014-06-121-1/+6
* Put the test suite in its own tests.txz distribution file.jmmv2014-06-101-0/+7
* In preparation for ASLR [1] support add WITH_PIE to support building with -fPIE.bdrewery2014-06-081-3/+3
* When libelf and libdwarf were updated, we didn't bump the minimalimp2014-05-231-3/+2
* Fix build: Build libavl as prebuild-lib.delphij2014-05-221-0/+2
* Eliminate EARLY_BUILD flag. It is redundant and means MK_CLANG_FULL=noimp2014-05-101-4/+5
* Migrate NO_WARN to MK_WARN. Support legacy NO_WARN usage. Remove aimp2014-05-101-5/+5
* Document src.opts.mk changes and the decoupling of /etc/src.conf fromimp2014-05-061-1/+1
* Use src.opts.mk in preference to bsd.own.mk except where we need stuffimp2014-05-061-2/+2
* Add appropriate quoting to allow building with a KERNCONFDIR containingthomas2014-05-031-2/+2
* Turns out this .if evaluated not in the context of the makedtb targetimp2014-04-301-3/+0
* Allow FDT_DTS_FILE to be a list, either in the makedtb target, or in aimp2014-04-301-17/+5
* Add dependency for libm to libstdc++. This fixes high -j value buildsimp2014-04-281-0/+1
* make_dtb.sh is designed to be used in a kernel build environment whereimp2014-04-261-1/+2
* Eliminate NO_INCS. It is used one place, and MK_TOOLCHAIN=no willimp2014-04-251-2/+2
* Spell NO_PROFILE= as MK_PROFILE=no.imp2014-04-251-6/+6
* Remove NO_CTF, exccept as an undocumented compatibilityimp2014-04-251-7/+7
* Separate out enabling building clang and/or gcc for the system andimp2014-04-181-8/+7
OpenPOWER on IntegriCloud