OSX i386? i686?

手元の MacBook
i386 と判定されてしまうと -march=386 とかなって悲しい。
Gauche 0.8.13 の configure では

i686-apple-darwin9.6.0

Gauche 0.8.14 の configure では

i386-apple-darwin9.6.0

Mosh の configure では

i386-apple-darwin9.6.0

追記

OS X では Linux でいうところの /proc/cpuinfo が system_profiler でとれる。

if test -n "`system_profiler |grep 'Intel Core 2'`" ; then