blob: 978bc6ba490509aee2ea64333c7d2449786ee0b0 (
plain)
1
2
3
4
5
6
7
8
9
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.
|