summaryrefslogtreecommitdiffstats
path: root/sources/gcc-810-libstd++-locale.patch
Commit message (Collapse)AuthorAgeFilesLines
* I broke the libstdc++ locale-enabled build when I hid the definitionManuel Novoa III2003-11-111-0/+83
| | | | | | of locale_t. Since I don't want to expose this, for the moment add some nasty casts to reference the necessary pointer fields for the ctype information.
* Add support for enabling use of libintl.Manuel Novoa III2003-09-031-0/+200
Add support for libstd++ in full locale mode, and remove the need for config hacks when using uClibc stub locale support. TODO -- gdb intl support is still broken. uClibc should auto-download the pregenerated locale data