Chromium Code Reviews| Index: gcc/gcc.c |
| diff --git a/gcc/gcc.c b/gcc/gcc.c |
| index 5ef245e4e891fe69ffd54f32970ee62750cf5f39..55bc335d7dde2ba21290a7550875229d053f5055 100644 |
| --- a/gcc/gcc.c |
| +++ b/gcc/gcc.c |
| @@ -6806,10 +6806,7 @@ main (int argc, char **argv) |
| /* Use the same thing in %o, unless cp->spec says otherwise. */ |
| - if (strcmp(input_filename, "-lnosys") == 0) |
|
khim
2011/06/08 19:32:29
If you want to remove this logic then libnosys.a s
|
| - outfiles[i] = NULL; |
| - else |
| - outfiles[i] = input_filename; |
| + outfiles[i] = input_filename; |
| /* Figure out which compiler from the file's suffix. */ |