The test options_set_10.c shouldn't run when cross compiled.
In addition to gating it on linux I'm also gating it on native now.
gcc/testsuite/ChangeLog:
PR target/88530
* gcc.target/aarch64/options_set_10.c:
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@269366
138bc75d-0d04-0410-961f-
82ee72b054a4
+2019-03-04 Tamar Christina <tamar.christina@arm.com>
+
+ PR target/88530
+ * gcc.target/aarch64/options_set_10.c:
+
2019-03-04 Wilco Dijkstra <wdijkstr@arm.com>
PR tree-optimization/89437
-/* { dg-do compile { target "aarch64*-*-linux*" } } */
+/* { dg-do compile { target { { aarch64*-*-linux*} && native } } } */
/* { dg-additional-options "-mcpu=native" } */
int main ()