summaryrefslogtreecommitdiff
path: root/toolchain/gcc/Config.in
AgeCommit message (Collapse)Author
2005-07-18Apply the fix for gcc bug #22167Eric Andersen
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22167 remove gcc 3.3.3, change config for sjlj exception handling a bit.
2005-07-10import 4.0.1 based on 4.0.0Mike Frysinger
2005-05-24quick import of gcc-3.3.6 and gcc-3.4.4Mike Frysinger
2005-05-01Weed out older, no longer maintained versions of gccEric Andersen
2005-05-01It is now official, the cause of the mysterious gcc 3.3.5 exceptionEric Andersen
handling failure is definately sjlj. Only enable it for the apparently broken gcc 3.3.3 toolchain, which _does_ need it for exception handling to work properly.
2005-04-30Add gcc 4.0.0 support. Note... I haven't needed the sjlj exception support ↵Manuel Novoa III
in some time, but haven't touched the default in this commit.
2005-04-28Add support for soon to be released binutils-2.16 as well as"Steven J. Hill"
GCC-4.1.0. These tool versions are needed so that NPTL support can be added into uClibc. Backporting NPTL from GCC-4.1.0 into GCC-4.0 may be possible, but not recommended.
2005-02-25pdinoto writes:Eric Andersen
This patch adds an option in GCC config to compile Objective-C language support in the toolchain. It is disabled by default, so it is not intrusive.
2004-11-17add gcc 3.3.5/3.4.3 optionsMike Frysinger
2004-10-09Add some seperatorsEric Andersen
2004-10-09Major buildroot facelift, step one.Eric Andersen
-Erik