mirror of
https://github.com/reactos/reactos.git
synced 2025-06-06 01:40:36 +00:00
- Remove FreeLDR linker hack on ARM.
svn path=/trunk/; revision=41976
This commit is contained in:
parent
92c0f0afef
commit
e9b1e01407
1 changed files with 1 additions and 1 deletions
|
@ -2806,7 +2806,7 @@ MingwBootLoaderModuleHandler::GenerateBootLoaderModuleTarget ()
|
||||||
if (Environment::GetArch() == "arm")
|
if (Environment::GetArch() == "arm")
|
||||||
{
|
{
|
||||||
fprintf ( fMakefile,
|
fprintf ( fMakefile,
|
||||||
"\t${gcc} -Wl,--subsystem,native -Wl,--section-start,startup=0x8000 -o %s %s %s %s\n",
|
"\t${gcc} -Wl,--subsystem,native -o %s %s %s %s\n",
|
||||||
backend->GetFullName ( junk_tmp ).c_str (),
|
backend->GetFullName ( junk_tmp ).c_str (),
|
||||||
objectsMacro.c_str (),
|
objectsMacro.c_str (),
|
||||||
libsMacro.c_str (),
|
libsMacro.c_str (),
|
||||||
|
|
Loading…
Reference in a new issue