From be44ee078fa5d5470dddd097db0d97fadfc754ff Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 11 Feb 2015 16:19:32 +0200 Subject: Update Mac OS X binary build --- binary/darwin/NOTES | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'binary/darwin/NOTES') diff --git a/binary/darwin/NOTES b/binary/darwin/NOTES index bc3fd87..c035d4c 100644 --- a/binary/darwin/NOTES +++ b/binary/darwin/NOTES @@ -1,8 +1,10 @@ -* Newer versions of GCC (e.g., 4.7.3) support plugins on OS X out of the - box, so no patch is necessary. +* -fno-devirtualize GCC 4.9.x ICE workaround. -* 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. +* GCC builds itself 64-bit for some reason. Probably because I don't specify + target and by default it is now 64-bit? I suspect that if I specify the + x86_64-apple-darwin10 target, then it will default to 64-bit target? + Probably will be switching to x86_64-apple-darwin10-only target in the + next release. - Because of that, we have to manually add 4.7.3 plugin headers to CPPFLAGS - (see odb-configure). +* Using lipo to merge libstdc++ so that standard ODB "relative library path" + mechanism works. -- cgit v1.1