mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
- Remove FreeLDR linker hack on ARM.
svn path=/trunk/; revision=41976
This commit is contained in:
@@ -2806,7 +2806,7 @@ MingwBootLoaderModuleHandler::GenerateBootLoaderModuleTarget ()
|
||||
if (Environment::GetArch() == "arm")
|
||||
{
|
||||
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 (),
|
||||
objectsMacro.c_str (),
|
||||
libsMacro.c_str (),
|
||||
|
||||
Reference in New Issue
Block a user