aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* scripts/populate: properly locate the sysroot and required toolsYann E. MORIN"2010-03-251-9/+21
| | | | | | | | | | | This fixes two problems: - the sysroot might be in a sub-directory (think SYSROOT_DIR_PREFIX) - it is not needed to have the target tuple to properly detect the sysroot and the required tools As a side effect, this script is now no longer dependent on the target tuple, and in the future, we might be able to share it across many toolchains (when/if we can install all of them in the same place).
* scripts/populate: add -m option, to merge source and destYann E. MORIN"2010-03-241-9/+27
| | | | | Merge the source rootfs into the (pre-existing) destination rootfs, and populate the result accordingly.
* scripts/populate: add option to use an alternate sysrootNate Case2010-03-231-1/+9
| | | | | | | | | Add a new command line option, "-r", which allows the user to specify an alternate sysroot location to copy libraries from. This is useful when using the toolchain in combination with a separate root filesystem, or when working with multiple different root filesystems. Signed-off-by: Nate Case <ncase@xes-inc.com>
* binutils/sstrip: fix when sstrip is disabledYann E. MORIN"2010-03-241-3/+3
|
* cc/gcc: fix building for powerpc for the 4.4.x seriesYann E. MORIN"2010-03-204-0/+540
| | | | | | | | | | | Reported by: Thomas Petazzoni http://sourceware.org/ml/crossgcc/2010-03/msg00057.html Discussions: http://lists.uclibc.org/pipermail/uclibc/2010-March/043697.html http://lists.uclibc.org/pipermail/buildroot/2010-March/032790.html http://ibot.rikers.org/%23uclibc/20100316.html.gz (search for "copysignl", by kos_tom, blindvt and y_morin)
* binutils/sstrip: get rid of ELFkickersYann E. MORIN"2010-03-172-90/+30
| | | | | ELFkickers are looong dead and unmaintained, and the sstrip from buildroot is working fine *and* is maintained.
* binutils/sstrip: depends on ELFYann E. MORIN"2010-03-171-0/+2
| | | | No point building sstrip is the target is not ELF.
* tools: move sstrip to the binary utilities menuYann E. MORIN"2010-03-1710-109/+28
| | | | | | 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-152-0/+15
|
* debug/gdb: add handling of 7_0_or_laterYann E. MORIN"2010-03-202-0/+12
| | | | 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-152-2/+21
| | | | GMP and MPFR are optional for gdb, so offer a config option.
* debug/gdb: can't build a static native gdb if using GMP/MPFRYann E. MORIN"2010-03-151-8/+14
| | | | | It is currently impossible to reliably build static GMP/MPFR libs, so we can't build a static native gdb using them, obviously.
* debug/gdb: split menuconfig for easier maintenanceYann E. MORIN"2010-03-154-88/+102
|
* cc/gcc: fix use of companion librariesYann E. MORIN"2010-03-052-12/+30
|
* complibs: hide promptsYann E. MORIN"2010-03-051-6/+0
|
* 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.
* config: hide entries when in backend modeYann E. MORIN"2010-03-057-0/+7
| | | | | | | | | | | This implies hidding entries for: - binutils libraries - dmalloc - duma - native gdb - ltrace - strace - sstrip
* kconfig: silence a warning about undefined env variableYann E. MORIN"2010-03-052-4/+2
| | | | | When using an environment variable to set a config entry, don'twarn if it is not defined. Update doc accordingly.
* config: prepare for build-system backendYann E. MORIN"2010-03-052-0/+25
| | | | | | | | | | | | | | | When acting as a backend for a build-system, we should not build any application that runs on the target, that is: - no native gdb - no companion libraries - no binutils libraries - no debug tools (save for gdbserver) - ... Here, we simply prepare the (hidden) config option that will detect that we are acting as a back-end. Update doc accordingly.
* samples: fix samplesYann E. MORIN"2010-03-1933-829/+906
|
* kernel/linux: add latest versions 2.6.32.10 and 2.6.33.1Yann E. MORIN"2010-03-171-3/+8
|
* 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
|
* Merge.Yann E. MORIN"2010-03-101-0/+20
|\
| * libc/glibc: add patch to fix binutils version checkYann E. MORIN"2010-03-091-0/+20
| | | | | | | | | | Older glibces were not ready to handle binutils >=2.20. Fix that, and the forseeable future.
* | scripts: fix completion to show samplesYann E. MORIN"2010-03-051-1/+3
|/
* 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.
* libc/uClibc: vampirise patches for 0.9.30.2 from builrootYann E. MORIN"2010-02-2814-0/+1215
| | | | | | Commit in upstream buildroot: http://git.buildroot.org/buildroot/commit/?id=43ffd946ad569f3a1d0662de221cd4cb65bdc8e6 Everything on the 0_9_30 branch since the release (0.9.30.3 to be)
* kernel/linux: add latest 2.6.32.9 and 2.6.33, remove old 2.6.32.xYann E. MORIN"2010-02-281-41/+6
|
* 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>
* binutils/binutils: add patch to default emulation for mips64Zhuang Yuyao2010-02-212-0/+36
|
* arch: add mips64Zhuang Yuyao2010-02-202-2/+8
| | | | 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.
* scripts/samples: use the computed '$(sed)', not 'sed'Titus von Boxberg"2010-02-031-3/+3
|
* samples: fix this MIPS eglibc-based sampleYann E. MORIN"2010-02-181-33/+19
| | | | | Specify the SVN revision to use for the eglibc snapshot instead of HEAD, as some patches made their way upstream in the meantime.
* comp-libs: make libelf a companion libraryYann E. MORIN"2010-02-177-49/+119
| | | | | 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-176-36/+63
| | | | | | 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-186-11/+22
| | | | | 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-1713-71/+126
|
* binutils/binutils: fix using GMP and MPFRYann E. MORIN"2010-02-092-2/+13
|
* 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-042-8/+4
|
* scripts/showsamples: fix non-POSIX constructYann E. MORIN"2010-02-071-1/+1
|
* scripts: add action to extract config from a build.log fileYann E. MORIN"2010-02-113-5/+31
| | | | | That got removed quite some time ago, but is really usefull to get the configuration from a build.log file of a failing build.
* kernel/linux: add latest 2.6.32.8Yann E. MORIN"2010-02-111-0/+5
|
* config: re-order the log entries inthe menuconfigYann E. MORIN"2010-02-041-8/+8
|