force -march=i486 where GCC is targeted for i386
commit8a2a725a4ad074af493e5aa075155eda8b1d6be7
authorEric Wong <e+absinthe@yhbt.net>
Sat, 25 Sep 2010 07:14:48 +0000 (25 00:14 -0700)
committerEric Wong <normalperson@yhbt.net>
Sat, 25 Sep 2010 07:14:25 +0000 (25 07:14 +0000)
tree0e8849d9532309f3164461de96131d5bc7dce43a
parent256cc7c8ffb441dcf2d2a2da3bbbcc82546962d9
force -march=i486 where GCC is targeted for i386

Nobody uses i386 anymore (especially not with Ruby!),
but some systems like FreeBSD 7.0 still target GCC at
i386 by default, so we force GCC to use a slightly
more modern instruction set and allow it to use
atomic builtins.
ext/raindrops/extconf.rb