diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2013-02-15 09:00:28 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2013-02-15 09:00:28 +0200 |
commit | d1b1d1f6b9583cd4fb08fb2995a2209cfdf627d2 (patch) | |
tree | b0638edb95713d97945ba2baefffe86b8c0cee83 /binary/linux-gnu/NOTES | |
parent | d845f920ec1f5cd6ef5a95366383e74725912441 (diff) |
Add GNU/Linux ODB binary build scripts
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. |