summaryrefslogtreecommitdiff
path: root/toolchain/gcc/4.2.1
AgeCommit message (Collapse)Author
2008-03-06gcc 4.2.1: Don't change SUFFIX and bug report URLPeter Korsgaard
SUFFIX and bug report URL shouldn't be set to something atmel specific if you don't compile for AVR32. The AVR32 patch should probably only get applied if compiling for AVR32.
2008-03-06toolchain updatesJohn Voltz
2007-10-17Softfloat patchUlf Samuelsson
2007-10-05- start to think about GNU/hurd support.Bernhard Reutner-Fischer
Not yet functional. Help welcome
2007-08-30Revert patch causing g++-4.2.1 build to failUlf Samuelsson
2007-08-28Looking at the the gcc-4.2.1 patches for uClibc, I found that theUlf Samuelsson
200-uclibc-locale and 205-uclibc-locale-update patches uses a not existing macro __UCLIBC_HAS_XCLOCALE__ while they should refer to __UCLIBC_HAS_XLOCALE__ Find attached the patches to fix the above mentioned patches Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
2007-08-25This patch fixes a bug into ostream::operator<<(double) due to the wrong sizeBernhard Reutner-Fischer
passed into the __convert_from_v method. The wrong size is then passed to std::snprintf function, that, on uClibc, doens't handle sized 0 buffer. Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
2007-07-24- add gcc-4.2.1Bernhard Reutner-Fischer