aboutsummaryrefslogtreecommitdiff
path: root/host.conf.in
AgeCommit message (Collapse)Author
2015-04-27add fileserver settingRob Savoye
2014-12-17remove the need for ccryptBernie Ogden
2014-11-17change CBUILD to ABERob Savoye
2014-10-01substitute NEWWORKDIRRob Savoye
2014-09-10add makeversionRob Savoye
2014-07-28add test for ccrypt, which is needed for benchmarks.Rob Savoye
2014-07-22Add configure option to choose compiler languagesMaxim Kuvyrkov
Configure-time option --with-languages=<lang1,lang2,...> will configure gcc to compile for given languages. Special value "default" will choose appropriate default for the target. Change-Id: I29ec8d8c3b90552424cfff27a86a0287dc9be28d
2014-07-22Enable parallelism by defaultMaxim Kuvyrkov
Also add --enable parallel and --disable parallel option handling and --enable-parallel / --disable-parallel configure options to set the default. Change-Id: I3d41101e2a863490a9efaf5d07a41b6c1a5ed280
2014-07-14Add support for --enable and --disable make_docs in configure and cbuild2.shRyan S. Arnold
This also adds test cases that verify the feature works properly in both configuration as well as, by-default. And additional fix in this patch is that it adds dryrun around make clean invocations. Change-Id: I1b369634bb14d4fffeb03f94a2a13d73c2656592
2014-07-14Fix typoMaxim Kuvyrkov
Change-Id: Ieed4a36cce847d483076128af20a81b89e50677f
2014-07-07Add experimental --with-git-reference-dir optionMaxim Kuvyrkov
This option enables sharing of objects in git repositories on the same machine by using --reference option of git-clone. Change-Id: I1a4263a387361ac786b09f70ee795d2b9df4bafc
2014-07-02Set defaults for options at configure-timeMaxim Kuvyrkov
Allow --enable-FEATURE and --disable-FEATURE configure options to set defaults for bootstrap, alltests, install, schroot_test, and supdate options. Runtime --enable FOO and --disable FOO options now accept all of the above values and override configure-time defaults. Change-Id: Ibf81b7a4774c0b9d1cbb02a19b87fff9a4dc85aa
2014-04-29add MAKEINFORob Savoye
Change-Id: Ia385a423b7d44050f39ae10b67b5cf2524f24b84
2014-01-23fix typo in LSBCXXRob Savoye
Change-Id: I66d225f4cbbac85a509c1dbf8607b3e1df5bb0a2
2014-01-20add LSBCC and LSBCXXRob Savoye
Change-Id: I4e461072461bbddea7753887a1cb5e09484b1cc1
2013-12-11get the source path to cbuild2 via configure, instead of looking at -tcsh so ↵Rob Savoye
we can use bashdb Change-Id: If62177b1ba5c8ee183aba4afc2d5f422c5aa0c1c
2013-11-21replace build with host for buildhostRob Savoye
2013-11-20get the build machine arch correctly when building in a chrootRob Savoye
2013-10-18New variable ${sources_conf} to replace hardcoded config/sources.conf.Ryan S. Arnold
This is necessary so that the testsuite can use it's own version that doesn't change, so we can cover all bases.
2013-08-07fix typo for sysroots=Rob Savoye
2013-06-10add sysroot and local build directory variables.Rob Savoye
2013-05-24add option for alternate source directoryRob Savoye
2013-05-20new template config fileRob Savoye