summaryrefslogtreecommitdiffstats
path: root/fixup_ptxconfigs.sh
Commit message (Collapse)AuthorAgeFilesLines
* release 2016.06.0v2016.06.0Michael Olbrich2016-06-221-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* fixup_ptxconfigs.sh: set gcc options for all cortexm4 toolchainsMichael Olbrich2016-06-041-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* fixup_ptxconfigs.sh: add --enable-stackguard-randomization ↵Michael Olbrich2016-06-041-0/+11
| | | | | | --enable-lock-elision to glibc configure options Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* fixup_ptxconfigs.sh: add more fake options for glibc-headers on mipsMichael Olbrich2016-06-041-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* fixup_ptxconfigs.sh: add license data for for glibc, gcc, uclibc, binutils ↵Michael Olbrich2016-06-041-0/+36
| | | | | | and gdb Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* fixup_ptxconfigs.sh: improve fixupMichael Olbrich2016-06-041-1/+11
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* fixup_ptxconfigs.sh: use gdb-7.11Michael Olbrich2016-06-041-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* fixup_ptxconfigs.sh: add support for Linux 4.x and gcc 5.xMichael Olbrich2016-06-041-0/+6
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* fixup_ptxconfigs.sh: ptxdist-2016.06.0Michael Olbrich2016-06-041-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* release 2014.12.0v2014.12.0Michael Olbrich2014-12-121-1/+1
|
* 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>
* 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>
* release 2013.12.0v2013.12.0Michael Olbrich2013-12-201-1/+1
| | | | 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>
* ptxconfig: i686-atom-linux-gnu: fix typo in the last commitMichael Olbrich2013-01-041-1/+1
| | | | | | also, add the change to fixup_ptxconfigs.sh Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* release 2012.12.0v2012.12.0Michael Olbrich2012-12-121-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* update to ptxdist-2012.12.0Michael Olbrich2012-12-121-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* fixup_ptxconfigs: add gnu target for cortexm3 linux toolchainMichael Olbrich2012-12-051-0/+3
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* fixup_ptxconfigs: add uclibc supportMichael Olbrich2012-12-051-0/+3
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* fixup_ptxconfigs: add gnu targets for atom toolchainMichael Olbrich2012-12-051-0/+3
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* fixup_ptxconfigs: add gnu targets for hf toolchainsMichael Olbrich2012-12-051-0/+15
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* fixup_ptxconfigs: for updating the config filesMichael Olbrich2012-12-051-0/+3
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* fixup_ptxconfigs: use gdb-7.5Michael Olbrich2012-12-051-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* fixup_ptxconfigs: we're using git nowMichael Olbrich2012-12-051-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* fixup_ptxconfigs: set 'enable-kernel' to 2.6.32 for kernel headers 3.xMichael Olbrich2012-12-051-0/+3
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* fixup_ptxconfigs.sh: use ptxdist-2012.11.0Michael Olbrich2012-12-051-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* fixup_ptxconfigs.sh: add x86_64 targetAndreas Bießmann2012-03-241-0/+6
| | | | | Signed-off-by: Andreas Bießmann <andreas@biessmann.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* release 2011.11.0v2011.11.0Michael Olbrich2011-11-241-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* fixup_ptxconfigs.sh: use PTXdist 2011.11.0Michael Olbrich2011-11-221-1/+1
|
* Add i486 toolchainBernhard Walle2011-08-151-0/+3
| | | | | | | | | | 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>
* fixup_ptxconfigs.sh: use ptxdist 2011.06.0Michael Olbrich2011-06-131-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* bump version to 2011.03.0v2011.03.0Marc Kleine-Budde2011-03-221-2/+2
| | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* fixup_ptxconfigs.sh: add support for gcc from linaroMarc Kleine-Budde2011-02-281-1/+9
| | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>