------- Comment #5 from pinskia at gcc dot gnu dot org 2010-09-22 17:42 ------- See the code in collect_execute: if (HAVE_GNU_LD && at_file_supplied && argv[0] != NULL) { /* If using @file arguments, create a temporary file and put the contents of argv into it. Then change argv to an array corresponding to a single argument @FILE, where FILE is the temporary filename. */
So maybe HAVE_GNU_LD is not true when it should be. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45749