I just installed the Xcode 6 GM on 10.9 and things seem ok except for a 
cosmetic issue. We previously added the flag 
"-Werror=unused-command-line-argument-hard-error-in-future" to compiler_wrapper 
because clang started throwing fits at unused compiler flags with clang 5.1. It 
seems that clang 6.0 no longer cares about this and the 
-Werror=unused-command-line-argument-hard-error-in-future flag itself is no 
longer supported. I submitted a pull request which stops adding said option in 
clang 6 and later here: https://github.com/fink/fink/pull/111. I also 
simplified the version comparison to only compare the first component of the 
version number since things like $clang_version > "600.0.0" don't actually work 
with bash. The ">" only does an ascii comparison and "-gt" only does integer.

Please test with older Xcodes to make sure I didn't break anything.

Thanks
Daniel

Attachment: signature.asc
Description: Message signed with OpenPGP using GPGMail

------------------------------------------------------------------------------
Want excitement?
Manually upgrade your production database.
When you want reliability, choose Perforce
Perforce version control. Predictably reliable.
http://pubads.g.doubleclick.net/gampad/clk?id=157508191&iu=/4140/ostg.clktrk
_______________________________________________
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to