On OS X/x86, tell gcc to generate instructions for i686. Fixes trac #2983.
authorIan Lynagh <igloo@earth.li>
Thu, 5 Mar 2009 14:20:50 +0000 (14:20 +0000)
committerIan Lynagh <igloo@earth.li>
Thu, 5 Mar 2009 14:20:50 +0000 (14:20 +0000)
commitdc055e5ce94940711e5c342afd13d6f5d9bafed4
tree4bfc24e06218e2355bf29c8acf7663f1cbcafb68
parentc54391d98a59a35a8fe10225ddfe528094a82033
On OS X/x86, tell gcc to generate instructions for i686. Fixes trac #2983.
By default, gcc on OS X will generate SSE instructions, which need
things 16-byte aligned, but we don't 16-byte align things. Thus drop
back to generic i686 compatibility.
compiler/main/DriverPipeline.hs