mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-01 04:12:51 +00:00
MFC r276045:
Allow -march=armv7a on the gcc command line, for compatibility with clang.
This commit is contained in:
parent
7af38c64d6
commit
3664edabad
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/stable/10/; revision=276291
@ -604,6 +604,8 @@ static const struct processors all_architectures[] =
|
||||
{"armv6k", mpcore, "6K", FL_CO_PROC | FL_FOR_ARCH6K, NULL},
|
||||
{"armv6z", arm1176jzs, "6Z", FL_CO_PROC | FL_FOR_ARCH6Z, NULL},
|
||||
{"armv6zk", arm1176jzs, "6ZK", FL_CO_PROC | FL_FOR_ARCH6ZK, NULL},
|
||||
/* Clang compatibility... define __ARM_ARCH_7A__, but codegen is still 6ZK. */
|
||||
{"armv7a", arm1176jzs, "7A", FL_CO_PROC | FL_FOR_ARCH6ZK, NULL},
|
||||
{"ep9312", ep9312, "4T", FL_LDSCHED | FL_CIRRUS | FL_FOR_ARCH4, NULL},
|
||||
{"iwmmxt", iwmmxt, "5TE", FL_LDSCHED | FL_STRONG | FL_FOR_ARCH5TE | FL_XSCALE | FL_IWMMXT , NULL},
|
||||
{NULL, arm_none, NULL, 0 , NULL}
|
||||
|
Loading…
Reference in New Issue
Block a user