summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2013-02-19 08:30:03 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2013-02-19 08:30:03 +0200
commitc82e6ce5756bd1755d9180b66862b9aaa98811db (patch)
tree75e5e49d2143e9c9f34710f62a89b16b37636b9b
parentd86646560e7c122aafe0d1d8c47f808888fa29a2 (diff)
Add note about going to back to using --disable-nls
-rw-r--r--binary/linux-gnu/NOTES4
1 files changed, 3 insertions, 1 deletions
diff --git a/binary/linux-gnu/NOTES b/binary/linux-gnu/NOTES
index 978bc6b..69a4b8a 100644
--- a/binary/linux-gnu/NOTES
+++ b/binary/linux-gnu/NOTES
@@ -1,6 +1,8 @@
* Need both binutils and GCC.
-* Had to enable NLS (--enable-nls) for GCC 4.7.3. When disabled there
+* @@ This has been fixed, can go back to disabled NLS.
+
+ Had to enable NLS (--enable-nls) for GCC 4.7.3. When disabled there
were some errors during plugin compilation in libintl.h (looked like
plugin headers assumed NLS is enabled while libstdc++ (locale) assumed
it was disabled so provided some dummy macros for gettext, etc.)