summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
Commit message (Expand)AuthorAgeFilesLines
* Add --sysroot to the compiler flags for clang or gcc external toolchainsrodrigc2015-03-261-1/+1
* Add some more explanation to the different phases of the build.imp2015-03-251-5/+14
* Force MK_INCLUDES for the legacy stageemaste2015-03-251-1/+2
* Start to import support for the AArch64 architecture from ARM. This changeandrew2015-03-191-1/+1
* When cross-building with an external toolchain we still need a target stripemaste2015-03-171-0/+5
* Add LIB_CXX so that C++ libraries will use CXX to link.bdrewery2015-03-171-0/+4
* Provide automatic cross-binutils path if no BINUTILS_BOOTSTRAPemaste2015-03-121-0/+13
* It appears that xlint isn't used in the build process, so it certainlyimp2015-03-121-1/+0
* Support CROSS_BINUTILS_PREFIX with in-tree compileremaste2015-02-261-0/+6
* Fill in missing dependencies for dtrace related tools so the bootstrap-toolsngie2015-02-231-0/+3
* Parallelize building bootstrap-toolsngie2015-02-231-1/+19
* Fix bootstrap on systems with old yacc with small MAXTABLE.jkim2015-02-181-5/+5
* Restore the ability to use clang as an external compiler. This wasgrehan2015-02-181-3/+4
* release: use xz via pipe when compressing the tarballs.rpaulo2015-02-171-15/+17
* Fix a typo when invoking tar(1) to create the debug distributions.rpaulo2015-02-161-1/+1
* Step 1 of eliminating the "games" distribution: Move binaries to /usr/bin;cperciva2015-02-121-6/+2
* Remove remnant from texinfobapt2015-02-111-5/+1
* Exclude 'tests' from DEBUG_DISTRIBUTIONS.gjb2015-02-101-1/+1
* Merge xz 5.2.0.rpaulo2015-02-091-0/+1
* Conditionalize building radius support into libpam, ppp, etc viangie2015-02-041-1/+5
* Restore addr2line to cross toolsemaste2015-01-231-0/+3
* Fix bootstrap on systems with old libdwarf and WITHOUT_CDDLemaste2015-01-211-4/+9
* Remove addr2line from cross elftoolchain tools listemaste2015-01-211-1/+0
* Remove GNU texinfo from base along with all info pages.bapt2015-01-021-24/+6
* Use BINUTILS_BOOTSTRAP knob for binutils onlyemaste2014-12-301-1/+3
* Update the text for building texinfo with build-tools to reflect the factngie2014-12-221-1/+1
* Build selective portions of gnu/usr.bin/texinfo as part of build-tools tongie2014-12-221-0/+15
* Fix accidental MK_DEBUG_FILES=no addition to NXBMAKE in r275909ngie2014-12-181-1/+1
* Don't build full clang toolchain or clang extras in stages 1-3 of buildworldngie2014-12-181-3/+7
* Fix building/installing tests when TESTSBASE != /usr/testsngie2014-12-181-3/+6
* Fix sporadic build failures due to race when running make installworldngie2014-12-171-1/+1
* Add an UPDATING entry and warning about the change in r274807 to help usersbrooks2014-12-161-0/+2
* Add makewhatis to ITOOLS if MK_MAN != nongie2014-12-081-0/+5
* Build gperf with xdev as part of _xb-bootstrap-toolsngie2014-12-081-1/+2
* Build infrastructure for elftoolchain toolsemaste2014-12-011-0/+12
* Slightly alter the handling of LOCAL_LIB_DIRS to skip addition ofbrooks2014-11-211-4/+15
* Add a guard against attempting to invoke the buildenv target with -j# asbrooks2014-11-211-0/+5
* Add mv, echo and hostname to the native-xtools target. Missed thesesbruno2014-11-161-0/+3
* Flush out many more static binaries that can be used in a jail for buildingsbruno2014-11-161-1/+33
* Add more static binaries to the native-xtools target. These help speedsbruno2014-11-131-0/+11
* Fix build race in Makefile.inc1 after r274226 by adding lib/libm__L dependencyngie2014-11-081-1/+1
* For really fast machines, an edge-case may exist where dpv(3) may bedteske2014-11-071-1/+4
* SUBDIR_DEPENDS__ in lib/Makefile is not working out so well for me.dteske2014-11-061-0/+1
* Rename XFLAGS to XCFLAGS and XXFLAGS to XCXXFLAGSbapt2014-10-271-5/+5
* 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
OpenPOWER on IntegriCloud