]> git.ipfire.org Git - thirdparty/gcc.git/commit
[AArch64] Fix selection of default CPU options at configure-time
authorKyrylo Tkachov <kyrylo.tkachov@arm.com>
Wed, 12 Mar 2014 10:13:07 +0000 (10:13 +0000)
committerKyrylo Tkachov <ktkachov@gcc.gnu.org>
Wed, 12 Mar 2014 10:13:07 +0000 (10:13 +0000)
commita3cd024676cbf385396d57b6b1f752040a902779
treebbb49b22c63dea0728e5a211db412d6bea21aba5
parentc888139c9aee51699484bf7e442b208a962773c8
[AArch64] Fix selection of default CPU options at configure-time

* config.gcc (aarch64*-*-*): Use ISA flags from aarch64-arches.def.
Do not define target_cpu_default2 to generic.
* config/aarch64/aarch64.h (TARGET_CPU_DEFAULT): Use generic cpu.
* config/aarch64/aarch64.c (aarch64_override_options): Update comment.
* config/aarch64/aarch64-arches.def (armv8-a): Use generic cpu.

From-SVN: r208508
gcc/ChangeLog
gcc/config.gcc
gcc/config/aarch64/aarch64-arches.def
gcc/config/aarch64/aarch64.c
gcc/config/aarch64/aarch64.h