aboutsummaryrefslogtreecommitdiff
path: root/scripts
Commit message (Collapse)AuthorAgeFilesLines
...
* binutils/sstrip: fix when sstrip is disabledYann E. MORIN"2010-03-241-3/+3
|
* binutils/sstrip: get rid of ELFkickersYann E. MORIN"2010-03-171-54/+29
| | | | | ELFkickers are looong dead and unmaintained, and the sstrip from buildroot is working fine *and* is maintained.
* tools: move sstrip to the binary utilities menuYann E. MORIN"2010-03-174-92/+13
| | | | | | sstrip is now alone in its 'tools' menu, and we will probably never gain any other 'tool'. Besides, sstrip is just strip, but a little bit more agressive, so it deserves going to the 'binary utilities' menu.
* debug/gdb: gdb>=7.0 can use MPC, enable for cross-gdbYann E. MORIN"2010-03-151-0/+3
|
* debug/gdb: add handling of 7_0_or_laterYann E. MORIN"2010-03-201-0/+7
| | | | We'll need to differentiate gdb 7.0 or later, from gdb prior to 7.0
* debug/gdb: add option to use GMP and MPFRYann E. MORIN"2010-03-151-2/+4
| | | | GMP and MPFR are optional for gdb, so offer a config option.
* cc/gcc: fix use of companion librariesYann E. MORIN"2010-03-051-10/+18
|
* scripts: fix dumping the config for companion libraries for targetYann E. MORIN"2010-03-191-6/+12
| | | | | Companion libraries can be disable for the host, but still used for the target (eg. binutils or gdb). Dump the version also in this case.
* scripts: fix dumping configYann E. MORIN"2010-03-171-3/+7
| | | | libelf has been moved to being a companion library, now.
* debug/gdb: fix building the native ticYann E. MORIN"2010-03-161-1/+1
| | | | | | | | | The native 'tic' will _always_ be run on the build machine, so no need to handle canadian/native/... Reported by: Trevor Woerner http://sourceware.org/ml/crossgcc/2010-03/msg00055.html (transplanted from 26e89d367ea11660fd3a0bf0bcad8763e4fa21cf)
* scripts: fix the release script to use the C localeYann E. MORIN"2010-03-141-0/+2
| | | | Force use of the C locale to ensure messages are recognised by the script.
* scripts: enhance and fix the release scriptYann E. MORIN"2010-03-141-5/+52
|
* scripts: add script to make a releaseYann E. MORIN"2010-03-071-0/+308
|
* debug/ltrace: properly fix building for powerpcYann E. MORIN"2010-03-071-8/+4
| | | | | ltrace uses ppc, whereas crosstool-NG use powerpc. Fix that by passing the correct value to HOST when calling configure.
* debug/ltrace: fix building on x86Yann E. MORIN"2010-03-061-3/+10
| | | | | | ltrace uses i386 and x86_64, whereas crosstool-NG use x86 for both cases. Fix that by detecting what bitness we're building for, and pass appropriate i386 or x86_64 to ltrace's configure.
* complibs: remove headers after buildYann E. MORIN"2010-02-281-0/+3
| | | | | After the toolchain is built, we do no longer need the headers. Reported-by: Enrico Weigelt <weigelt@metux.de>
* arch: add mips64Zhuang Yuyao2010-02-201-2/+7
| | | | This adds initial mips64 config option and build script.
* scripts: use more portable sed optionsTitus von Boxberg"2010-02-031-1/+1
| | | | No need for extended regular expressions here.
* comp-libs: make libelf a companion libraryYann E. MORIN"2010-02-173-43/+94
| | | | | When gcc-4.5 is out, it will require libelf. So better make it a companion library now rather than postponing the ineluctable.
* complibs: hide companion libraries for target entryYann E. MORIN"2010-02-173-9/+18
| | | | | | The companion libraries on the target are required only for internal use by binutils and gdb. The user should not have to know about this, so hide the option.
* complibs: simplify config fileYann E. MORIN"2010-02-183-5/+5
| | | | | Although currently the wrapper is directly dependent on companion libraries, let's still decorelate those two.
* complibs: split-up selection for individual libsYann E. MORIN"2010-02-179-44/+40
|
* binutils/binutils: fix using GMP and MPFRYann E. MORIN"2010-02-091-2/+1
|
* scripts: fix dumping 'other environment'Yann E. MORIN"2010-02-181-2/+2
| | | | Do not sort the environment, it cripples the output.
* cc/gcc: simplify the _or_later stuffYann E. MORIN"2010-02-041-4/+3
|
* scripts/showsamples: fix non-POSIX constructYann E. MORIN"2010-02-071-1/+1
|
* scripts: also dump the rest of the environmentTitus von Boxberg2010-02-031-0/+2
|
* scripts: use kernel name (uname -s) when system name (uname -o) is not availabeTitus von Boxberg2010-02-031-2/+2
| | | | 'uname -o' is a GNU extension.
* scripts/functions: fix date munging when ns are not availableTitus von Boxberg2010-02-031-1/+1
| | | | | | On some systems (eg. *BSD and Darwin), date does not support nanoseconds (%N) precision. Instead of printing '%N' in this case, it just prints 'N'. Fix the sed expression to handle this case.
* comp-libs/mpfr: fix build on DarwinTitus von Boxberg2010-02-031-0/+1
|
* libc/eglibc: Add option to optimize for sizeRichard Strand2010-02-011-1/+7
| | | | | | Add an option to eglibc to optimize for size using -Os. Signed-off-by: Richard Strand <richard.strand@icomera.com>
* scripts: dump the current tuple with show-configYann E. MORIN"2010-01-311-0/+2
|
* scripts: add action to dump current configuration in humane-readable formYann E. MORIN"2010-01-311-8/+15
|
* scripts: Do not create backup files when patchingYann E. MORIN"2010-01-311-1/+1
| | | | Some patches may apply with offset and/or fuzz, and would leave .orig files.
* libc/glibc: fix retrieving version stringYann E. MORIN"2010-01-301-2/+5
|
* scripts/functions: add git wrapperYann E. MORIN"2010-01-141-6/+88
| | | | | | Add a git wrapper to retrieve components from their git tree. Add a git wrapper to create a working copy (in our tarballs dir). Recognise git trees when searching for local copies.
* libc/glibc: get the version string from version.hYann E. MORIN"2010-01-121-2/+5
| | | | | | We can not rely on the user-provided version string (be it via the choice, or manually entered), so fallback to reading version.h, which is both reliable and always present.
* scripts/functions: change handling of nochdirYann E. MORIN"2010-01-126-21/+43
| | | | | - 'nochdir' must be the first option - have systematic pushd/popd, even if nochdir
* libc/glibc: get rid of the now obsolete CVS stuffYann E. MORIN"2010-01-111-63/+28
| | | | | | It's now been a while that glibc switched to git from cvs. Get rid of cvs to download glibc; this will make for a good cleanup before we add git support! :-)
* Merge.Yann E. MORIN"2010-01-291-3/+0
|\
| * global: do not offer the renice option, let's the user handle thatYann E. MORIN"2010-01-291-3/+0
| | | | | | | | | | | | | | | | | | | | It's broken anyway. Eg.: - user is already niced at 10 - user configures to renice at 5 - breaks because user is not allowed to 'boost' his/her nice value Bette let the user handle the renice with: nice -XX ct-ng 'action'
* | kernel/linux: remove legacy checkYann E. MORIN"2010-01-291-5/+0
| | | | | | | | | | Now, we only support building with Linux >=2.6.27. Get rid of the code that depended on <2.6.18.
* | binutils/elf2flt: activate elf2flt buildYann E. MORIN"2010-01-292-1/+11
| | | | | | | | | | The code has been lying around inactivated for some time. Let's enable it at last, and see if any one needs it.
* | arch: add basic m68k supportYann E. MORIN2010-01-291-0/+5
|/ | | | | | Signed-off-by: Remy Bohmer <linux@bohmer.net> [yann.morin.1998@anciens.enib.fr: use defaults for CT_TARGET_ARCH] Signed-off-by: "Yann E. MORIN <yann.morin.1998@anciens.enib.fr>
* Merge.Yann E. MORIN"2010-01-231-25/+31
|\
| * debug/gdb: fix the space-damageYann E. MORIN"2010-01-211-22/+22
| |
| * debug/gdb: do not expose the ncurses version in the menuconfigYann E. MORIN"2010-01-211-5/+11
| |
* | libc/uClibc: fix the breakage for x86 and Super-H, after the 32/64 mergeYann E. MORIN"2010-01-231-2/+9
| |
* | scripts/functions: do not compute CT_KERNEL_ARCH, it's obsoleteYann E. MORIN"2010-01-231-3/+0
| | | | | | | | | | Since we merged the 32/64-bit archs, and we explicitly used the Linux kernel arch name, we can get rid of CT_KERNEL_ARCH.
* | libc/uclibc: use CT_ARCH, in place of CT_KERNEL_ARCHYann E. MORIN"2010-01-231-2/+2
| | | | | | | | | | Since we merged the 32/64-bit archs, and we explicitly used the Linux kernel arch name, we can get rid of CT_KERNEL_ARCH.