Browse Source

--- 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 15 years ago
parent
commit
4d634a47a8
1 changed files with 1 additions and 1 deletions
  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';