mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 19:55:41 +00:00
-don't use PROJECT_LFLAGS for freeldr because ld != mingw32-ld
svn path=/trunk/; revision=22943
This commit is contained in:
parent
58695ec272
commit
2a83771501
1 changed files with 1 additions and 2 deletions
|
@ -2742,8 +2742,7 @@ MingwBootLoaderModuleHandler::GenerateBootLoaderModuleTarget ()
|
|||
fprintf ( fMakefile, "\t$(ECHO_LD)\n" );
|
||||
|
||||
fprintf ( fMakefile,
|
||||
"\t${ld} %s -N -Ttext=0x8000 -o %s %s %s\n",
|
||||
GetLinkerMacro ().c_str (),
|
||||
"\t${ld} -N -Ttext=0x8000 -o %s %s %s\n",
|
||||
junk_tmp.c_str (),
|
||||
objectsMacro.c_str (),
|
||||
linkDepsMacro.c_str () );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue