Allow --cpu= to work for x86.
authorFritz Koenig <frkoenig@google.com>
Tue, 24 Aug 2010 23:27:49 +0000 (16:27 -0700)
committerFritz Koenig <frkoenig@google.com>
Tue, 24 Aug 2010 23:27:49 +0000 (16:27 -0700)
commita790906c3b93bca3beedfeb7a63fd7ce501b4901
treefff2b5fbb245f5d61b655eb72dd3d6829e8c8ce9
parentd73217ab17ed6623fd836a574c504adcb1c5517a
Allow --cpu= to work for x86.

--cpu was already implemented for most of our embedded
platforms, this just extends it to x86.  Corner case for
Atom processor as it doesn't respond to the --march=
option under icc.

Change-Id: I2d57a7a6e9d0b55c0059e9bc46cfc9bf9468c185
build/make/configure.sh