diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2013-02-15 08:44:41 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2013-02-15 08:44:41 +0200 |
commit | d845f920ec1f5cd6ef5a95366383e74725912441 (patch) | |
tree | 2969ea00c3dbb1553cde248fc918cfb241f361f6 /binary/darwin/NOTES | |
parent | a4a5194f4ffc82aa817f4b8e2d4f6d29dac1a0b9 (diff) |
Add Mac OS X ODB binary build scripts
Diffstat (limited to 'binary/darwin/NOTES')
-rw-r--r-- | binary/darwin/NOTES | 8 |
1 files changed, 8 insertions, 0 deletions
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). |