------- Comment #13 from developer at sandoe-acoustics dot co dot uk 2009-09-08 14:07 ------- (In reply to comment #12) > I am confused then. Don't we need another patch beyond the one in > cmpdbg-1.diff.txt to re-enable the compare-debug function on darwin?
the default BUILD_CONFIG fragment is "bootstrap-debug" . there is a configure test that tries to compare two binary files using contrib/compare-debug. if that test fails (it does for the unpatched compare-debug) the BUILD_CONFIG fragment is set to "" effectively this removes the comparison. when the compare-debug is patched - and thus works - the test is NOT removed .. --- I'm doing x86_64-apple-darwin9 now - so no need to include that tonight - I can confirm that this also needs the patch to configure with the test. I'll add a comment once the build completes as to whether that's successful. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41245