Skip to content

Commit ae3522c

Browse files
committed
graviton: fixed typo in compiler flags (#18)
1 parent 9720a97 commit ae3522c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cpu/microarchitectures.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1490,7 +1490,7 @@
14901490
},
14911491
{
14921492
"versions": "6:",
1493-
"flags" : "-march==armv8-a+crc+crypto -mtune=cortex-a72"
1493+
"flags" : "-march=armv8-a+crc+crypto -mtune=cortex-a72"
14941494
}
14951495
],
14961496
"clang" : [

0 commit comments

Comments
 (0)