Fix linker script parameter location. Spotted by Hartmut Birr.

svn path=/trunk/; revision=18760
This commit is contained in:
Casper Hornstrup 2005-10-24 21:08:08 +00:00
parent 450d4c43e7
commit 7a79eea045

View file

@ -1448,7 +1448,7 @@ MingwModuleHandler::GenerateLinkerCommand (
killAt.c_str () );
fprintf ( fMakefile,
"\t%s %s %s -o %s %s %s %s %s\n",
"\t%s %s %s %s -o %s %s %s %s\n",
linker.c_str (),
linkerParameters.c_str (),
linkerScriptArgument.c_str (),
@ -1470,7 +1470,7 @@ MingwModuleHandler::GenerateLinkerCommand (
else
{
fprintf ( fMakefile,
"\t%s %s -o %s %s %s %s %s\n",
"\t%s %s %s -o %s %s %s %s\n",
linker.c_str (),
linkerParameters.c_str (),
linkerScriptArgument.c_str (),