-don't use PROJECT_LFLAGS for freeldr because ld != mingw32-ld

svn path=/trunk/; revision=22943
This commit is contained in:
Christoph von Wittich 2006-07-08 19:44:36 +00:00
parent 58695ec272
commit 2a83771501

View file

@ -2742,8 +2742,7 @@ MingwBootLoaderModuleHandler::GenerateBootLoaderModuleTarget ()
fprintf ( fMakefile, "\t$(ECHO_LD)\n" ); fprintf ( fMakefile, "\t$(ECHO_LD)\n" );
fprintf ( fMakefile, fprintf ( fMakefile,
"\t${ld} %s -N -Ttext=0x8000 -o %s %s %s\n", "\t${ld} -N -Ttext=0x8000 -o %s %s %s\n",
GetLinkerMacro ().c_str (),
junk_tmp.c_str (), junk_tmp.c_str (),
objectsMacro.c_str (), objectsMacro.c_str (),
linkDepsMacro.c_str () ); linkDepsMacro.c_str () );