aboutsummaryrefslogtreecommitdiff
path: root/scripts/build/companion_tools/400-libtool.sh
Commit message (Collapse)AuthorAgeFilesLines
* consistency: Use exported variables of required toolsBryan Hundven2015-11-171-2/+2
| | | | | | | | | | | | | | | | | | | | | | We check for apps: * make * sed * grep * awk * libtool/libtoolize * install * patch * and more ...during configure. Our scripts should be consistent about using the variables that define where the found tool was found. Of course, we do hard-link these tools in buildtools, but that should be a backup for the components we are building. Our scripts should always use the tools we find. Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
* file modes: Fix file modes... again.Bryan Hundven2015-11-141-0/+0
| | | | | | These files are sourced, not executed, and do not need to be executable. Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
* libtool: Update to 2.4.6 and patch for CygwinRay Donnelly2015-11-131-1/+1
| | | | Signed-off-by: Ray Donnelly <mingw.android@gmail.com>
* scripts: Update download locationsBryan Hundven2014-12-081-2/+2
| | | | | | | | | | | | | | This change updates the download locations to default to the official download site. For gcc and gdb, also separate out the linaro download locations so that if you are downloading the linaro variant, it skips trying to download from the official gcc mirror. This commit closes #3 Signed-off-by: Bryan Hundven <bryanhundven@gmail.com> Reported-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* comptools/libtool: chmod files to u+wYann E. MORIN"2011-03-031-0/+1
| | | | | | | The libtool-2.2.6b tarball contains RO files. We have to chmod them u+w. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
* comptools: install them side-to-side with build toolsYann E. MORIN"2010-12-181-1/+1
| | | | | | | | | | As companion tools might or might not be used to build each toolchain, they do belong to that toolchain's build tools, not to the generic override tools. Fix a typo in the autoconf URL. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
* scripts: add "FILE" and "CFG" debug levels.Anthony Foiani2010-10-221-1/+1
| | | | | | | | | | | | I ran into some minor difficulties looking through the build log for a particular file: I wasn't interested in seeing it unpacked, but only when it is built or installed. Adding these two levels allows me to differentiate between those cases. [Yann E. MORIN: Those are blind log levels, and are used only to search in the build-log afterward.] Signed-off-by: Anthony Foiani <anthony.foiani@gmail.com>
* scripts/functions: make CT_Patch dumberYann E. MORIN"2010-04-111-1/+1
| | | | | It is the responsibility of the caller to split the package name from its version. It already knows that.
* companion_tools/libtool: Add libtool toolRichard Strand2010-01-121-0/+27
Add version 2.2.6b of libtool as a companion tool Signed-off-by: Richard Strand <richard.strand@icomera.com>