summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* release 2011.11.4v2011.11.4stable/OSELAS.Toolchain-2011.11.xMichael Olbrich2016-02-1925-25/+25
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* rules: disable makeinfoMichael Olbrich2016-02-183-2/+3
| | | | | | | | Newer versions break the build. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de> (cherry picked from commit 27270acc60a2bbcb1c09dcdd2c86b6a270a22c8b)
* gcc: add fix when building with newer host toolsMichael Olbrich2016-02-184-1/+105
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* glibc-2.14.1: add make 4.x build fixMichael Olbrich2016-02-182-1/+37
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* glibc-2.14.1: add security fix for CVE-2015-7547Michael Olbrich2016-02-183-1/+607
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* ptxconfigs: bump toolchain to version 20111.11.2v2011.11.3Marc Kleine-Budde2012-09-1825-25/+25
| | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* glibc-2.14.1: autogen.sh: make configure writeableMarc Kleine-Budde2012-09-181-0/+1
| | | | | | | | | | On some systems the configure script it not writeable, and the autoconf command will fail otherwise. Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> (cherry picked from commit 57da51d93a1e096b1b0b45a0fd95d602af62e17d) Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* cross-gcc: add upstream bugfixMichael Olbrich2012-09-123-0/+166
| | | | | | | | | | | This fixes broken code generation on ARM as reported in http://www.spinics.net/lists/arm-kernel/msg193914.html for gcc-4.6.2 and gcc-linaro-4.6-2011.11 Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de> (cherry picked from commit f0a09a5600d58058f826e01e83e2bc25a5e986ce) Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* ptxconfigs: bump toolchain to version 20111.11.2v2011.11.2Marc Kleine-Budde2012-08-0725-25/+25
| | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* host-zlib: version bump to 1.2.7Marc Kleine-Budde2012-08-071-2/+2
| | | | | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> (cherry picked from commit 59c9dd7a50debda28b7cf1c32c40e8f6d8d8c363) Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* update all ptxconfigsMichael Olbrich2012-07-2324-0/+47
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* cross-gdb: build with expatMichael Olbrich2012-07-232-1/+3
| | | | | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de> (cherry picked from commit 3909f7ceef12fe7dc312acb072e174d9c3e36530) Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-expat: new packageMichael Olbrich2012-07-233-0/+47
| | | | | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de> (cherry picked from commit a0eb88eaa7863d8f56a70d2eb088f71e2a564d35) Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-gmp: Update to 5.0.4Bernhard Walle2012-07-231-2/+2
| | | | | | | | | | | | | | | | | | | | | | The reason for the upgrade is that the 5.0.1 version fails to build on a Intel i5 with Mac OS. gmp includes config.guess which compiles some assembly to detect the host CPU. Since the config.guess of 5.0.1 is too old, it uses "uname -p" which unfortunately returns "i386" on Mac OS even if it's 64 bit. That causes gmp to be compiled with -m32 which works, but then the 64 bit gcc cannot link against gmp. (I had a similar problem in a mis-configured Linux VM [KVM and libvirt setup] recently, so it's not really Mac-specific.) The new gmp prints coreisbr-apple-darwin11.3.0 which is detected as 64 bit and everything works. Apart from that, newer is better. :) Signed-off-by: Bernhard Walle <bernhard@bwalle.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de> (cherry picked from commit d2f28a85553a2bf81f52ce83668304754f6b26e8) Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* cross-gcc: Fix compilation with host gcc 4.7Bernhard Walle2012-04-084-3/+41
| | | | | | | | | | | | | | Tested on a fresh Arch Linux installation. Signed-off-by: Bernhard Walle <bernhard@bwalle.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de> (cherry picked from commit 7f195586c0170ba6ec71c01ab73d465b94d6dbbd) Conflicts: patches/gcc-4.6.2/series Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* Kconfig: add host-autotools-autoconf from ptxdistMichael Olbrich2012-04-081-0/+1
| | | | | | | | | | | | | commit 2318b45203e5d173afff04c9c4884e93602ad586 uses autoconf to re-generate parts of glibc's configure system. But that commit failed to add host-tool autoconf. Based on a patch from Andreas Bießmann <andreas@biessmann.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de> (cherry picked from commit f5cf85c49fdd1a13219e608a83c78767149e0e69) Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* binutils-2.21.1a: fix patchv2011.11.1Michael Olbrich2012-01-261-19/+15
| | | | | | | | | broken in the last commit during reformating... Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de> (cherry picked from commit efc80fde76ce72863dcba385e1177011d18770d7) Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* binutils-2.21.1a: Add patch 0003-arm-pc-relative-loads.patchBernhard Walle2012-01-262-1/+133
| | | | | | | | | | | | | | | This patch fixes building an OMAP kernel when building with Thumb-2 and kexec enabled, see [1]. The patch is upstream, see [2]. [1] http://lists.linaro.org/pipermail/linaro-toolchain/2010-November/000394.html. [2] http://repo.or.cz/w/binutils.git/commitdiff/1cfb33af9cd8321939814e0721fa0a1ba0bc3a95?hp=2ea3aedb924bb478500eabedbb4bba38494f5057 Signed-off-by: Bernhard Walle <bernhard@bwalle.de> [mol: cleanup] Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de> (cherry picked from commit 41eb30c9de157a5b3019ef8cadae9f2f6c4c1988) Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* glibc-2.14.1: activate readelf detectionAndreas Bießmann2012-01-261-0/+8
| | | | | | | | | | | | | | | | The glibc-2.14.1 patch 0003-configure.in-detect-readelf-with-AC_CHECK_TARGET_TOO.patch adds the ability to use a specific readelf but does not apply the changes. This patch adds autogen.sh to re-run autotools on configure.in. Without this patch OS X can not prepare glibc-headers cause of missing 'readelf' tool. Signed-off-by: Andreas Bießmann <andreas@biessmann.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de> (cherry picked from commit 2318b45203e5d173afff04c9c4884e93602ad586) Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* glibc-headers: use freshly generated binutilsAndreas Bießmann2012-01-262-0/+6
| | | | | | | | | | | | | | Some systems do not provide GNU binutils in sufficient versions to build the glibc-headers. Building glibc later on, however, will use the freshly generated cross-binutils and fulfill the GNU binutils version requirement. Use the freshly generated binutils for glibc-headers too. Signed-off-by: Andreas Bießmann <andreas@biessmann.de> [mol: use COMPILER_PREFIX and add dependency] Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de> (cherry picked from commit d9de88cbe6272ba026258e51c0d5d8cd4923658b) Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* ptxconfigs: update all configsMarc Kleine-Budde2012-01-0925-25/+25
| | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* glibc-2.14.1: add patch to fix libdl crashMichael Olbrich2012-01-052-1/+150
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* release 2011.11.0v2011.11.0Michael Olbrich2011-11-2425-25/+25
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* use cortex-strings for cortex-a8Michael Olbrich2011-11-231-2/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* update toolchains to latest versionsMichael Olbrich2011-11-2317-131/+131
| | | | | | | | | | * gcc-4.5.2 -> gcc-4.6.2 gcc-linaro-4.6-2011.11 for Cortex-A8/Cortex-A9 * glibc-2.13 -> glibc-2.14.1 * binutils-2.21 -> binutils-2.21.1a * linux-2.6.36 -> linux-2.6.39 Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* update all ptxconfigsMichael Olbrich2011-11-2324-48/+134
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* gcc-linaro-4.6-2011.11 can use most of the patches from gcc-4.6.2Michael Olbrich2011-11-231-0/+17
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* add patches for glibc-2.14.1Michael Olbrich2011-11-2321-0/+2308
| | | | | | | | | | * copied from glibc-2.13. * Obsolete patches removed. * Patch headers cleaned up. * new patch 0020-revert-sunrpc-removal.patch from openSUSE to avoid breaking busybox and other packages using rpc/rpc.h Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* add patches for gcc-4.6.2Michael Olbrich2011-11-2313-0/+564
| | | | | | | | * copied from gcc-4.5.2. * Obsolete patches removed. * Patch headers cleaned up. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* add patches for binutils-2.21.1aMichael Olbrich2011-11-223-0/+121
| | | | | | | | * copied from binutils-2.21. * Obsolete and unused patches removed. * Patch headers cleaned up. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* fixup_ptxconfigs.sh: use PTXdist 2011.11.0Michael Olbrich2011-11-221-1/+1
|
* glibc-linuxthreads: fix building with latest ptxdistMichael Olbrich2011-11-221-0/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* glibc: add patches for linaro NEON string functionMichael Olbrich2011-11-223-0/+1376
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* glibc: add GLIBC_EXTRA_ADDONS optionMichael Olbrich2011-11-222-0/+5
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* glibc: add GLIBC_CONFIG_EXTRA_CROSS optionMichael Olbrich2011-11-224-0/+11
| | | | | | | some extra configure options require the cross gcc. They cannot be added to GLIBC_CONFIG_EXTRA. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* cross-gcc: don't preserve mode, etc. when copying linksMichael Olbrich2011-11-221-1/+1
| | | | | | | this breaks if the link target does not exist yet, because it comes later in the loop. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* cross-gcc: add download versionMichael Olbrich2011-11-012-5/+19
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* cross-gcc: update linaro URLsMichael Olbrich2011-11-011-2/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* cross-gcc-first: disable libquadmath (gcc 4.6)Michael Olbrich2011-11-011-0/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* gdb: add patch to build gdb-7.2 on PPCMichael Olbrich2011-11-012-0/+32
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* gcc-4.5.2: Fix ICE on ARMBernhard Walle2011-08-152-0/+52
| | | | | | | | This patch fixes an ICE when compiling a kernel for ARM. It's from upstream gcc SVN, so it should be safe. Signed-off-by: Bernhard Walle <walle@corscience.de> Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* Add i486 toolchainBernhard Walle2011-08-152-0/+116
| | | | | | | | | | The toolchain has been tested with a so-called Bifferboard (http://bifferos.co.uk/) which has a S3282 BGA CPU (R861x/R321x equivalent) that understands 486SX instructions. Signed-off-by: Bernhard Walle <bernhard@bwalle.de> [mkl: add fixup_ptxconfigs.sh support] Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* scripts/make_release.sh: fix stable release with "v" shemeMarc Kleine-Budde2011-08-021-1/+1
| | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* ptxconfigs: update all configsMichael Olbrich2011-06-1323-70/+209
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* fixup_ptxconfigs.sh: use ptxdist 2011.06.0Michael Olbrich2011-06-131-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-libelf: new packages needed for gcc >= 4.5Michael Olbrich2011-06-135-0/+56
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* w32api: add md5sumMichael Olbrich2011-06-102-1/+9
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* uclibc: add md5sumMichael Olbrich2011-06-102-0/+5
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* newlib: add md5sumMichael Olbrich2011-06-102-1/+9
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* mingw-runtime: add md5sumMichael Olbrich2011-06-102-1/+9
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>