blob: 69a4b8af42581d75ece0b17cf6869d6c44d16931 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
* Need both binutils and GCC.
* @@ 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.)
TODO:
* Install plugin/gcc into lib64/ instead of lib/ for 64-bit binary.
|