summaryrefslogtreecommitdiffstats
path: root/fixup_ptxconfigs.sh
Commit message (Collapse)AuthorAgeFilesLines
* release 2014.12.3v2014.12.3stable/OSELAS.Toolchain-2014.12.xMarc Kleine-Budde2016-10-171-1/+1
|
* arm-v7aarm-linux-gnueabihf: addMarc Kleine-Budde2016-10-171-0/+5
|
* release 2014.12.2v2014.12.2Michael Olbrich2016-02-191-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* release 2014.12.1v2014.12.1Michael Olbrich2015-07-071-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>
* [fixup_ptxconfigs] updateRobert Schwebel2011-02-221-3/+6
| | | | Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* * fixup_ptxconfigs.sh:Marc Kleine-Budde2008-12-161-1/+5
| | | | | | | add v5t_vfp target git-svn-id: https://svn.pengutronix.de/svn/oselas/toolchain/trunks/OSELAS.Toolchain-trunk@8653 f8d472c7-5700-0410-ac5a-87979cec3adf
* * fixup_ptxconfigs.sh:Marc Kleine-Budde2008-10-281-1/+6
| | | | | | | add cortexa8 support git-svn-id: https://svn.pengutronix.de/svn/oselas/toolchain/trunks/OSELAS.Toolchain-trunk@8024 f8d472c7-5700-0410-ac5a-87979cec3adf
* git-svn-id: ↵Marc Kleine-Budde2008-10-221-0/+1
| | | | https://svn.pengutronix.de/svn/oselas/toolchain/trunks/OSELAS.Toolchain-trunk@7897 f8d472c7-5700-0410-ac5a-87979cec3adf
* git-svn-id: ↵Marc Kleine-Budde2008-10-201-2/+2
| | | | https://svn.pengutronix.de/svn/oselas/toolchain/trunks/OSELAS.Toolchain-trunk@7883 f8d472c7-5700-0410-ac5a-87979cec3adf