[AArch64] [-mtune cleanup 1/5] Remove -march=generic.
authorjgreenhalgh <jgreenhalgh@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 14 Nov 2013 09:52:34 +0000 (09:52 +0000)
committerjgreenhalgh <jgreenhalgh@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 14 Nov 2013 09:52:34 +0000 (09:52 +0000)
gcc/
* config/aarch64/aarch64.c (all_architectures): Remove "generic".

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@204781 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/aarch64/aarch64.c

index 27783c7..8e9bdfd 100644 (file)
@@ -1,3 +1,7 @@
+2013-11-14  James Greenhalgh  <james.greenhalgh@arm.com>
+
+       * config/aarch64/aarch64.c (all_architectures): Remove "generic".
+
 2013-11-14  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
 
        * config/aarch64/aarch64.c: Include aarch-cost-tables.h.
index 4866563..5b63d69 100644 (file)
@@ -237,7 +237,6 @@ static const struct processor all_architectures[] =
   {NAME, CORE, #ARCH, FLAGS, NULL},
 #include "aarch64-arches.def"
 #undef AARCH64_ARCH
-  {"generic", generic, "8", AARCH64_FL_FOR_ARCH8, NULL},
   {NULL, aarch64_none, NULL, 0, NULL}
 };