summaryrefslogtreecommitdiff
path: root/scripts/crosstool-NG.sh.in
AgeCommit message (Expand)AuthorFilesLines
2011-01-26scripts: squash the multi-slash in the sysroot symlinkYann E. MORIN"1-3/+4
2011-01-28config: add an option not to remove the destination directoryYann E. MORIN"1-1/+1
2011-01-25scripts: fix double slash in pathsYann E. MORIN"1-0/+2
2011-01-25config: add an option to name the sysroot directoryYann E. MORIN"1-4/+11
2011-01-22scripts: PARALLELMFLAGS is evil, renameYann E. MORIN"1-4/+3
2010-11-01scripts: also overide LANGYann E. MORIN"1-1/+4
2010-10-31scripts: do not provide to-sysroot include symlinkYann E. MORIN"1-2/+0
2010-10-07scripts: always create lib32 and lib64 symlinksYann E. MORIN"1-17/+16
2010-09-10scripts: hack-in lib32->lib symlinksYann E. MORIN"1-4/+12
2010-05-27scripts: add option to strip all toolchain executablesRemy Bohmer1-0/+3
2010-07-29scripts: remove . from $PATHYann E. MORIN"1-0/+3
2010-05-22test-suite: apply cleanup passYann E. MORIN"1-1/+1
2010-05-19test-suite: Added new test suite feature (experimental)Martin Lund1-0/+7
2010-05-19scripts/crosstool-NG.sh.in: On MacOS/BSD use the output of CT_DoConfigGuess f...Titus von Boxberg1-3/+3
2010-05-19crosstool-NG.sh: suppress failure message from uname -oTitus von Boxberg1-2/+1
2010-04-28scripts: don't set LD_PRELOAD with static companion librariesYann E. MORIN"1-4/+3
2010-04-20scripts: also prepare include symlink to sysroot/includeYann E. MORIN"1-2/+5
2010-04-19scripts: check g++ only for hostYann E. MORIN"1-1/+5
2010-04-15scripts: don't print the build system guess warningYann E. MORIN"1-1/+0
2010-04-11complibs: save directory with static complibs for stop/restartYann E. MORIN"1-0/+1
2010-04-11complibs: don't install in toolchain dir when built as staticYann E. MORIN"1-0/+5
2010-03-16tools: move sstrip to the binary utilities menuYann E. MORIN"1-3/+3
2010-02-02scripts: use more portable sed optionsTitus von Boxberg"1-1/+1
2010-02-17comp-libs: make libelf a companion libraryYann E. MORIN"1-0/+3
2010-02-17scripts: fix dumping 'other environment'Yann E. MORIN"1-2/+2
2010-02-02scripts: also dump the rest of the environmentTitus von Boxberg1-0/+2
2010-02-02scripts: use kernel name (uname -s) when system name (uname -o) is not availabeTitus von Boxberg1-2/+2
2010-01-29Merge.Yann E. MORIN"1-3/+0
2010-01-29global: do not offer the renice option, let's the user handle thatYann E. MORIN"1-3/+0
2010-01-29binutils/elf2flt: activate elf2flt buildYann E. MORIN"1-0/+2
2010-01-12companion_tools/autoconf: add autoconf toolYann E. MORIN"1-0/+10
2010-01-12scripts/crosstool-ng: Change overide bin dirYann E. MORIN"1-6/+6
2009-11-25scripts/functions: do not double check if downloads are allowedYann E. MORIN"1-13/+17
2009-12-19scripts: check for, and warn about an unset CT_PREFIX_DIRYann E. MORIN"1-0/+3
2009-12-14scripts: correctly warn when the local tarballs directory does not existYann E. MORIN"1-2/+4
2009-09-06crosstool.sh.in: better mesage when creating script-overridesYann E. MORIN"1-1/+1
2009-08-03[config] Merge CONFIG_SHELL selection.Yann E. MORIN"1-1/+1
2009-08-02[config] Allow user to specify custom CONFIG_SHELLYann E. MORIN"1-0/+1
2009-08-02[config] Add bash as a possible CONFIG_SHELLYann E. MORIN"1-0/+1
2009-08-02[config] Change the way to select the CONFIG_SHELLYann E. MORIN"1-3/+9
2009-08-02Add g++ to required toolsBart vdr. Meulen1-1/+1
2009-06-26Cleanup the handling of canadian settingsYann E. MORIN"1-6/+11
2009-06-26Add support code for the canadian-cross case.Bart van der Meulen1-3/+13
2009-06-26Don't use prefix/bin to install the buildtools.Bart van der Meulen1-6/+7
2009-06-23Use configured shell in all build-tools wrappersYann E. MORIN"1-8/+8
2009-06-23Fix creating the .../lib/ directory structure in the non-sysroot caseBart van der Meulen1-2/+4
2009-06-23Also set CT_DEBUGROOT_DIR for non sysroot-ed toolchains.Yann E. MORIN"1-0/+1
2009-06-23Remove left-over debug lines.Yann E. MORIN"1-2/+0
2009-06-22Check paths sanity before they get used.Yann E. MORIN"1-27/+27
2009-06-22Better check for spaces in pathsYann E. MORIN"1-3/+14