diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg/lto/20081120-1_0.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/lto/20081120-1_0.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/lto/20081120-1_0.c b/gcc/testsuite/gcc.dg/lto/20081120-1_0.c index c35119605d6..e842b37f663 100644 --- a/gcc/testsuite/gcc.dg/lto/20081120-1_0.c +++ b/gcc/testsuite/gcc.dg/lto/20081120-1_0.c @@ -1,5 +1,5 @@ /* { dg-lto-do link } */ -/* { dg-lto-options {{-flto -shared}} } */ +/* { dg-lto-options {{-flto -r -nostdlib}} } */ extern int stat(void) __asm__("" "stat64"); extern inline int stat(void) { } static void foo(void) { stat(); } |