Ver Fonte

--- Merging r16249 into 'tests/utils':
G tests/utils
--- Merging r16249 into '.':
U compiler/systems/t_win.pas
G .

git-svn-id: tags/release_2_4_2@16250 -

marco há 15 anos atrás
pai
commit
4d634a47a8
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      compiler/systems/t_win.pas

+ 1 - 1
compiler/systems/t_win.pas

@@ -1083,7 +1083,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';