Explorar o código

* changed linker target name for WinCE from arm-pe into arm-wince-pe
(mantis #15666)

git-svn-id: trunk@14872 -

Jonas Maebe %!s(int64=15) %!d(string=hai) anos
pai
achega
879e487ee8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      compiler/systems/t_win.pas

+ 1 - 1
compiler/systems/t_win.pas

@@ -1094,7 +1094,7 @@ implementation
         with Info do
          begin
            if target_info.system=system_arm_wince then
-             targetopts:='-m armpe'
+             targetopts:='-m arm-wince-pe'
            else
              targetopts:='-b pe-i386 -m i386pe';
            ExeCmd[1]:='ld '+targetopts+' $OPT $GCSECTIONS $MAP $STRIP $APPTYPE $ENTRY  $IMAGEBASE $RELOC -o $EXE $RES';