summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* [gcc] add patch to fix a compiler bug that resulted in bogus asm code for ARM.Michael Olbrich2009-07-311-0/+3
| | | | git-svn-id: https://svn.pengutronix.de/svn/oselas/toolchain/branches/OSELAS.Toolchain-1.99.3-branch@12151 f8d472c7-5700-0410-ac5a-87979cec3adf
* * patches/linux-2.6.27, ChangeLog:Marc Kleine-Budde2009-06-191-0/+4
| | | | | | | fixed getline problem git-svn-id: https://svn.pengutronix.de/svn/oselas/toolchain/branches/OSELAS.Toolchain-1.99.3-branch@11487 f8d472c7-5700-0410-ac5a-87979cec3adf
* [changelog] updatedMarc Kleine-Budde2009-05-081-0/+4
| | | | | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/oselas/toolchain/branches/OSELAS.Toolchain-1.99.3-branch@10939 f8d472c7-5700-0410-ac5a-87979cec3adf
* git-svn-id: ↵Marc Kleine-Budde2009-03-111-0/+3
| | | | https://svn.pengutronix.de/svn/oselas/toolchain/branches/OSELAS.Toolchain-1.99.3-branch@10013 f8d472c7-5700-0410-ac5a-87979cec3adf
* * ChangeLog:Marc Kleine-Budde2009-02-091-6/+6
| | | | | | | fix indention git-svn-id: https://svn.pengutronix.de/svn/oselas/toolchain/trunks/OSELAS.Toolchain-trunk@9558 f8d472c7-5700-0410-ac5a-87979cec3adf
* backport fix for gcc PR#32044Uwe Kleine-Koenig2009-01-291-0/+3
| | | | | | | | | | | | | | | | This fixes an optimisation regression of gcc-4.3. See http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32044 http://thread.gmane.org/gmane.linux.ports.arm.omap/15540/focus=15557 http://thread.gmane.org/gmane.linux.ports.arm.kernel/47539/focus=51934 for the glory details. git-svn-id: https://svn.pengutronix.de/svn/oselas/toolchain/trunks/OSELAS.Toolchain-trunk@9396 f8d472c7-5700-0410-ac5a-87979cec3adf
* git-svn-id: ↵Robert Schwebel2008-09-181-0/+6
| | | | https://svn.pengutronix.de/svn/oselas/toolchain/trunks/OSELAS.Toolchain-trunk@7455 f8d472c7-5700-0410-ac5a-87979cec3adf
* * uclibc: add uclibc target for i586. make an explicitRobert Schwebel2008-01-131-0/+8
| | | | | | | | | | dependency between cross-gcc-first and the second step, which somehow wasn't there before. Patch by Andrea Fino. Signed-off-by:Andrea Fino <af@faino.org> git-svn-id: https://svn.pengutronix.de/svn/oselas/toolchain/trunks/OSELAS.Toolchain-trunk@5189 f8d472c7-5700-0410-ac5a-87979cec3adf
* 007-08-27 Carsten Schlote <c.schlote@konzeptpark.de>Carsten Schlote2007-08-271-0/+13
| | | | | | | | * Updated ChangeLog git-svn-id: https://svn.pengutronix.de/svn/oselas/toolchain/trunks/OSELAS.Toolchain-trunk@3694 f8d472c7-5700-0410-ac5a-87979cec3adf
* 2007-08-27 Carsten Schlote <c.schlote@konzeptpark.de>Carsten Schlote2007-08-271-0/+17
| | | | | | | | | | | | | | | | | | | | | * general: Added simple check to fixup_ptxconfigs.sh, which prevents changes to non glibc configs * general: Added some output to 'oldconfig' script printing the name of the currently processed ptxconfig. Seems to be useful in case that oldconfig requests input for new kconfig options * ptxconfigs: Updated all ptxconfigs with 'oldconfig' script. Now uses ptxdist '1.svn' version for configuration. * general: Added kconfig define ARCH for avr-8 target. There was no default config set for this arch. 2007-08-24 Carsten Schlote <c.schlote@konzeptpark.de> * general: new architecture: m68k support added to kconfigs * ptxconfigs: added some experimental configs for m68k/coldfire git-svn-id: https://svn.pengutronix.de/svn/oselas/toolchain/trunks/OSELAS.Toolchain-trunk@3691 f8d472c7-5700-0410-ac5a-87979cec3adf
* current changes addedJuergen Beisert2007-08-211-0/+8
| | | | git-svn-id: https://svn.pengutronix.de/svn/oselas/toolchain/trunks/OSELAS.Toolchain-trunk@3661 f8d472c7-5700-0410-ac5a-87979cec3adf
* * rules/host-{mpfr,gmp}.{make,in}:Marc Kleine-Budde2007-03-121-0/+4
| | | | | | | added for gcc-4.3 support git-svn-id: https://svn.pengutronix.de/svn/oselas/toolchain/trunks/OSELAS.Toolchain-trunk@2168 f8d472c7-5700-0410-ac5a-87979cec3adf
* git-svn-id: ↵Marc Kleine-Budde2007-03-121-0/+8
| | | | https://svn.pengutronix.de/svn/oselas/toolchain/trunks/OSELAS.Toolchain-trunk@2163 f8d472c7-5700-0410-ac5a-87979cec3adf
* git-svn-id: ↵Marc Kleine-Budde2007-03-011-0/+17
| | | | https://svn.pengutronix.de/svn/oselas/toolchain/trunks/OSELAS.Toolchain-trunk@2067 f8d472c7-5700-0410-ac5a-87979cec3adf
* * rules/glibc-headers.make:Marc Kleine-Budde2006-12-111-0/+6
| | | | | | | | added env var "libc_cv_386_tls=yes" to fool configure, we've working i386 TLS support even on non x86 systems git-svn-id: https://svn.pengutronix.de/svn/oselas/toolchain/trunks/OSELAS.Toolchain-trunk@1485 f8d472c7-5700-0410-ac5a-87979cec3adf
* * rules/cross-binutils.make, rules/cross-gdb.make:Marc Kleine-Budde2006-12-111-0/+9
added --disable-werror, to work with nasty suse compilers git-svn-id: https://svn.pengutronix.de/svn/oselas/toolchain/trunks/OSELAS.Toolchain-trunk@1481 f8d472c7-5700-0410-ac5a-87979cec3adf