From d1b1d1f6b9583cd4fb08fb2995a2209cfdf627d2 Mon Sep 17 00:00:00 2001
From: Boris Kolpackov <boris@codesynthesis.com>
Date: Fri, 15 Feb 2013 09:00:28 +0200
Subject: Add GNU/Linux ODB binary build scripts

---
 binary/linux-gnu/NOTES | 10 ++++++++++
 1 file changed, 10 insertions(+)
 create mode 100644 binary/linux-gnu/NOTES

(limited to 'binary/linux-gnu/NOTES')

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.
-- 
cgit v1.1