commit | 2460bf0733b4070e52d68a4a85046c1b20913e2c | [log] [tgz] |
---|---|---|
author | Steven Lovegrove <stevenlovegrove@gmail.com> | Sun Jul 21 13:13:11 2013 -0400 |
committer | Steven Lovegrove <stevenlovegrove@gmail.com> | Sun Jul 21 13:13:11 2013 -0400 |
tree | 9ddd5b4446922a6585a98bc57f67f9b2c24b12c2 | |
parent | c5bcfc01af37b4f667be075c3c58dc024f3c7f06 [diff] |
Check GCC Version before adding -fast compiler option on OSX. -fast compiler option is only supported using Apple's GCC packaged with XCode. Other GCC versions will fail when this flag is enabled. This commit checks the GCC version on OSX and only enables this flag when < 4.3. Apple's GCC is currently 4.2.1 and a user is unlikely to install a non-apple version this old on OSX. Change-Id: Ifca9149625c065cd16559d7e30c218a322cf79aa