Commit 00ed7ad4 by James Greenhalgh Committed by James Greenhalgh

[AArch64] [-mtune cleanup 1/5] Remove -march=generic.

gcc/
	* config/aarch64/aarch64.c (all_architectures): Remove "generic".

From-SVN: r204781
parent 575897cc
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.
......@@ -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}
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment