diff options
Diffstat (limited to 'binary/linux-gnu/NOTES')
-rw-r--r-- | binary/linux-gnu/NOTES | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/binary/linux-gnu/NOTES b/binary/linux-gnu/NOTES new file mode 100644 index 0000000..978bc6b --- /dev/null +++ b/binary/linux-gnu/NOTES @@ -0,0 +1,10 @@ +* Need both binutils and GCC. + +* 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.) + +TODO: + +* Install plugin/gcc into lib64/ instead of lib/ for 64-bit binary. |