diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg/pg.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/pg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/pg.c b/gcc/testsuite/gcc.dg/pg.c index 60be162..9b8d8fa 100644 --- a/gcc/testsuite/gcc.dg/pg.c +++ b/gcc/testsuite/gcc.dg/pg.c @@ -1,6 +1,6 @@ /* Test -fprofile override */ /* { dg-do compile } */ -/* { dg-options "-fprofile" { target i?86-*-* x86_64-*-* } } */ +/* { dg-options "-fprofile" { target i?86-*-linux* x86_64-*-linux* } } */ /* { dg-final { scan-assembler-not "mcount" } } */ /* Origin: Andi Kleen */ extern void foobar(const char *); |