]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/config.gcc
Update x86 --with-arch/--with-cpu= configure handling
authorH.J. Lu <hongjiu.lu@intel.com>
Sat, 18 Jan 2014 13:25:40 +0000 (13:25 +0000)
committerH.J. Lu <hjl@gcc.gnu.org>
Sat, 18 Jan 2014 13:25:40 +0000 (05:25 -0800)
commit646bdeabace2ff6565c9536b9bc1cb8b0743aaf1
treeed0dc6666e757f10c7e9e139df12cec452c59b57
parent7f3af6d379c17fc35e3e2ec3151ae98862191f7c
Update x86 --with-arch/--with-cpu= configure handling

PR bootstrap/59580
PR bootstrap/59583
* config.gcc (x86_archs): New variable.
(x86_64_archs): Likewise.
(x86_cpus): Likewise.
Use $x86_archs, $x86_64_archs and $x86_cpus to check valid
--with-arch/--with-cpu= options.
Support --with-arch=/--with-cpu={nehalem,westmere,
sandybridge,ivybridge,haswell,broadwell,bonnell,silvermont}.

From-SVN: r206756
gcc/ChangeLog
gcc/config.gcc