diff options
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). |