- Remove FreeLDR linker hack on ARM.

svn path=/trunk/; revision=41976
This commit is contained in:
ReactOS Portable Systems Group 2009-07-15 17:49:38 +00:00
parent 92c0f0afef
commit e9b1e01407

View file

@ -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 (),