summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* cross-gdb: new versions are .gz or .xzMichael Olbrich2014-12-121-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* fixup_ptxconfigs.sh: ptxdist-2014.12.0Michael Olbrich2014-12-121-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* fixup_ptxconfigs.sh: add aarch64 supportMichael Olbrich2014-12-121-0/+7
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* fixup_ptxconfigs.sh: set libc_mips_float=soft for glibc for mipsMichael Olbrich2014-12-121-1/+1
| | | | | | | Otherwise glib-headers fails to build because there is no compiler to detect this. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* fixup_ptxconfigs.sh: use gdb-7.8.1Michael Olbrich2014-12-121-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* cross-elf2flt: libbfd from binutils-2.24 needs libdlMichael Olbrich2014-12-121-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* cross-binutils: enable gold, but keep bfd as defaultMichael Olbrich2014-12-121-1/+6
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* glibc: allways use ld.bfd regardless of the defaultMichael Olbrich2014-12-124-3/+4
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-xz: version bump 5.0.4 -> 5.0.7Michael Olbrich2014-12-121-2/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-mpc: version bump 1.0.1 -> 1.0.2Michael Olbrich2014-12-121-2/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-libelf: version bump 0.148 -> 0.160Michael Olbrich2014-12-122-5/+9
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-isl: version bump 0.12.1 -> 0.12.2Michael Olbrich2014-12-121-2/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-gmp: version bump 5.1.3 -> 6.0.0aMichael Olbrich2014-12-121-3/+4
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-cloog: version bump 0.18.1 -> 0.18.2Michael Olbrich2014-12-123-2/+83
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* build_all_v2.mk: allow enabling pythonMichael Olbrich2014-12-122-2/+2
| | | | | | | The debian packages contain the correct dependencies now, so make it possible to build python enabled gdb with build_all_v2.mk Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* make_deb.sh: rework to add dependenciesMichael Olbrich2014-12-081-13/+47
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* cleanup: remove all rpathsMichael Olbrich2014-12-082-0/+6
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* architecture: add aarch64 supportMichael Olbrich2014-12-081-1/+5
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* architecture: cleanupMichael Olbrich2014-12-041-4/+4
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* libc-crt: cleanupMichael Olbrich2014-12-041-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* remove obsolete filesMichael Olbrich2014-12-045-1018/+0
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* move stripping and image creation into ptxdist rulesMichael Olbrich2014-12-048-72/+110
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-isl: add missing dependencyLucas Stach2014-09-101-0/+1
| | | | | | | Fixes build with outer parallelism. Signed-off-by: Lucas Stach <l.stach@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* Kconfig: autoconf needs m4Michael Olbrich2014-09-101-0/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* ptxconfigs: updateMichael Olbrich2014-04-098-8/+8
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* glibc-2.18: add security fixes from 2.19Michael Olbrich2014-04-0910-1/+1842
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* make_deb: compress with xzMichael Olbrich2014-04-091-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* build_all_v2.mk: generate tar.xzMichael Olbrich2014-04-091-2/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* glibc: add patch for make-4.0Michael Olbrich2014-04-093-10/+37
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* fixup_ptxconfigs.sh: never set '--with-arch=' in combination with '--with-cpu='Michael Olbrich2014-04-091-8/+8
| | | | | | | | This basically reverts commit ee41ecb45afe7bd1bc032f430ba55177812003bc. If '--with-arch=' is set, then '--with-cpu=' is ignored. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* build*: stop after calling ptxdist for anything other than 'go'Michael Olbrich2014-02-022-3/+7
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* uclibc: cleanupMichael Olbrich2014-02-022-25/+9
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* uclibc: add missing dependenciesMichael Olbrich2014-02-022-2/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* gcc-4.8.2: add upstream patch for PR target/58854Michael Olbrich2014-01-242-1/+33
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* cross-gcc: explicitly specify path for mpcMichael Olbrich2014-01-201-0/+4
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* ptxconfig: gcc linaro-4.8-2013.11 reports 4.8.3 as versionMichael Olbrich2013-12-214-4/+4
| | | | | | | Without this change the toolchain path and the version reported by gcc don't match. This breaks toolchain auto detection. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* uClibc: enable SUSV3 LEGACYMichael Olbrich2013-12-211-4/+2
| | | | | | | Otherwise usleep() is not available, which is needed by several busybox applets. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* release 2013.12.0v2013.12.0Michael Olbrich2013-12-2020-20/+20
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* update ptxconfigsMichael Olbrich2013-12-2021-523/+449
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - removed toolchains: arm-iwmmx-linux-gnueabi i586-mingw32msvc arm-cortexa9-linux-gnueabi arm-cortexa9-linux-gnueabihf - new toolchains: arm-v7a-linux-gnueabi arm-v7a-linux-gnueabihf arm-cortexm4-eabihf - update: gdb 7.5 -> 7.6.1 ptxdist 2012.11.0 -> 2013.12.0 everywhere (as applicable) - update: gcc 4.7.2 -> 4.9.2 glibc 2.16 -> 2.18 binutils 2.22 -> 2.24 kernel 3.5 -> 3.12 minimum kernel for glibc 2.6.32 -> 3.0 for: arm-1136jfs-linux-gnueabi* arm-cortexa8-linux-gnueabi* arm-v4t-linux-gnueabi arm-v5te-linux-gnueabi i586-unknown-linux-gnu i686-atom-linux-gnu powerpc-603e-linux-gnu x86_64-unknown-linux-gnu as applicable: newlib/arm-cortexm3-eabi newlib/arm-elf - update (binutils-2.19 no longer available): binutils 2.19 -> 2.19.1a for: avr - glibc: glibc-ports is now integrated - gcc: specify --with-arch= in combination with --with-cpu= build all armv7 toolchains with --with-mode=thumb Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* fixup_ptxconfigs.sh: use ptxdist-2013.12.0Michael Olbrich2013-12-191-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* fixup_ptxconfigs.sh: add --with-tune=cortex-a9 for v7a toolchainsMichael Olbrich2013-12-191-2/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* fixup_ptxconfigs.sh: don't use multi-arch for cortex-a8Michael Olbrich2013-12-191-0/+2
| | | | | | | multi-arch adds a NEON memcpy implementation that doesn't perform on Cortex-A8. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* fixup_ptxconfigs.sh: set minimum kernel version to 3.0 for kernel headers 3.1xMichael Olbrich2013-12-191-0/+3
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* fixup_ptxconfigs.sh: fix & update gcc version handlingMichael Olbrich2013-12-191-2/+14
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* fixup_ptxconfigs.sh: use --with-mode=thumb for all armv7 toolchainsMichael Olbrich2013-12-191-4/+4
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* fixup_ptxconfigs.sh: arm-cortexm3-uclinuxeabi: remove unnecessary optionsMichael Olbrich2013-12-191-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* fixup_ptxconfigs.sh: remove arm-cortexa9-linux-gnueabi* toolchainsMichael Olbrich2013-12-191-10/+0
| | | | | | | Use arm-cortexa8-linux-gnueabi* instead or arm-v7a-linux-gnueabi* for CPUs without NEON. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* fixup_ptxconfigs.sh: add generic arm-v7a-linux-gnueabi toolchainsMichael Olbrich2013-12-191-0/+10
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* fixup_ptxconfigs.sh: add arm-cortexm4-eabihf toolchainMichael Olbrich2013-12-191-0/+4
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* fixup_ptxconfigs.sh: remove iwmmx and mingw toolchainsMichael Olbrich2013-12-191-8/+0
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>