From d845f920ec1f5cd6ef5a95366383e74725912441 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 15 Feb 2013 08:44:41 +0200 Subject: Add Mac OS X ODB binary build scripts --- binary/darwin/NOTES | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 binary/darwin/NOTES (limited to 'binary/darwin/NOTES') diff --git a/binary/darwin/NOTES b/binary/darwin/NOTES new file mode 100644 index 0000000..bc3fd87 --- /dev/null +++ b/binary/darwin/NOTES @@ -0,0 +1,8 @@ +* Newer versions of GCC (e.g., 4.7.3) support plugins on OS X out of the + box, so no patch is necessary. + +* Have to use previous GCC build (4.5.1) for libcutl/ODB compilation because + of some problems 4.7.3 has with older as. See build-dist PATH settings. + + Because of that, we have to manually add 4.7.3 plugin headers to CPPFLAGS + (see odb-configure). -- cgit v1.1