From: Jason Merrill Date: Thu, 22 Sep 1994 17:14:46 +0000 (+0000) Subject: (main): Discard the first executable once we've X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=eeed1288b804a77aa2914567bb7bf06463076b3a;p=gcc.git (main): Discard the first executable once we've exploited it. From-SVN: r8122 --- diff --git a/gcc/collect2.c b/gcc/collect2.c index 5434691aff9..7decccd6170 100644 --- a/gcc/collect2.c +++ b/gcc/collect2.c @@ -1201,6 +1201,7 @@ main (argc, argv) return 0; } + maybe_unlink(output_file); outf = fopen (c_file, "w"); if (outf == (FILE *)0) fatal_perror ("%s", c_file);