summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* release 2013.12.2v2013.12.3stable/OSELAS.Toolchain-2013.12.xMichael Olbrich2016-02-1920-20/+20
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* glibc: add security fix for CVE-2015-7547Michael Olbrich2016-02-172-1/+574
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* release 2013.12.2v2013.12.2Michael Olbrich2014-04-2220-20/+20
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* make_deb: compress with xzMichael Olbrich2014-04-221-1/+1
| | | | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de> (cherry picked from commit 5a9a6933d7ed6304db0d1ebb2436c655cc653352) Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* build_all_v2.mk: generate tar.xzMichael Olbrich2014-04-221-2/+2
| | | | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de> (cherry picked from commit 32105f569ca83114c1ba6c4df4060d0aa30d48c5) Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* glibc-2.18: add security fixes from 2.19Michael Olbrich2014-04-2210-1/+1842
| | | | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de> (cherry picked from commit 09044aae4e087bdae603394a3c9abe77147bcca3) Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* glibc: add patch for make-4.0Michael Olbrich2014-04-223-10/+37
| | | | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de> (cherry picked from commit a8b4d338a8dcddbf8e438620e2aea8fe82ffbbfd) Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* ptxconfigs: updateMichael Olbrich2014-04-228-8/+8
| | | | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de> (cherry picked from commit f8d5024ee3f4e6169809c701ad079dc606695a2d) Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* fixup_ptxconfigs.sh: never set '--with-arch=' in combination with '--with-cpu='Michael Olbrich2014-04-221-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> (cherry picked from commit 86a6a4731a01f421af2cb883dcf96899169a5802) Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* release 2013.12.1v2013.12.1Michael Olbrich2014-02-0620-20/+20
| | | | 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>
* fixup_ptxconfigs.sh: always set '--with-arch='Michael Olbrich2013-12-191-9/+9
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* fixup_ptxconfigs.sh: remove obsolete variantsMichael Olbrich2013-12-191-22/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* fixup_ptxconfigs.sh: use gdb 7.6.1Michael Olbrich2013-12-191-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* fixup_ptxconfigs.sh: use ptxdist 2013.11.0Michael Olbrich2013-12-191-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* build*: allow specifying the ptxdist arguments on the command-lineMichael Olbrich2013-12-192-2/+9
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* remove old patchesMichael Olbrich2013-12-1983-7006/+0
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* Kconfig: host-autotools-autoconf now needs host-system-perlMichael Olbrich2013-12-191-0/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* cross-gdb: allow building without pythonMichael Olbrich2013-12-192-0/+8
| | | | | | | and use it in build_all_v2.mk. This is used to build the binary toolchains. We want to avoid extra dependencies here. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* newlib: fix prefixMichael Olbrich2013-12-191-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* cross-gdb: use host-xz for liblzmaMichael Olbrich2013-12-191-0/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-xz: new packageMichael Olbrich2013-12-193-0/+57
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* cross-binutils: use host-fake-makeinfoMichael Olbrich2013-12-191-0/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-fake-makeinfo: new packageMichael Olbrich2013-12-193-0/+35
| | | | | | | | This fakes a makeinfo that does nothing. It provides a correct version info to fool configure scripts but does nothing else. This is useful when a new real makeinfo fails to build some documentation. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* cross-gcc: remove broken symlinkMichael Olbrich2013-12-191-10/+0
| | | | | | | It is only needed for gcj, breaks the wrapper scripts and uses the wrong prefix (GNU_BUILD vs GNU_HOST). Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* cross-gcc: use cloog and islMichael Olbrich2013-12-192-0/+14
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* cross-gcc: linaro now provides .xz archivesMichael Olbrich2013-12-191-3/+7
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-cloog: new packageMichael Olbrich2013-12-193-0/+49
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-isl: new packageMichael Olbrich2013-12-193-0/+45
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* kernel-headers: use the normal kernel url magicMichael Olbrich2013-12-191-3/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* toolchain.make: fix HOST_LDFLAGS handlingMichael Olbrich2013-12-191-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* uclibc: cleanupMichael Olbrich2013-12-191-26/+0
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* uclibc-headers: cleanupMichael Olbrich2013-12-191-33/+0
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* newlib: cleanupMichael Olbrich2013-12-191-65/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>