mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 06:19:32 +02:00
* ld uses arm_wince_pe rather than arm-wince-pe (mantis #15666)
git-svn-id: trunk@15707 -
This commit is contained in:
parent
9e053edf2e
commit
ab2b596575
@ -1094,7 +1094,7 @@ implementation
|
||||
with Info do
|
||||
begin
|
||||
if target_info.system=system_arm_wince then
|
||||
targetopts:='-m arm-wince-pe'
|
||||
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';
|
||||
|
Loading…
Reference in New Issue
Block a user