- reverted change accidentally committed as part of r16050 that could break

internal resources on 32 bit Darwin platforms with small programs

git-svn-id: trunk@16417 -
This commit is contained in:
Jonas Maebe 2010-11-24 11:03:11 +00:00
parent c44d79f3ba
commit 1271c221f3

View File

@ -159,8 +159,7 @@ begin
On 64bit systems, page zero is 4GB by default, so no problems
there.
}
// ExeCmd[1]:='ld $PRTOBJ $OPT $DYNLINK $STATIC $GCSECTIONS $STRIP -pagezero_size 0x10000 -multiply_defined suppress -L. -o $EXE `cat $RES`';
ExeCmd[1]:='ld $PRTOBJ $OPT $DYNLINK $STATIC $GCSECTIONS $STRIP -multiply_defined suppress -L. -o $EXE `cat $RES`';
ExeCmd[1]:='ld $PRTOBJ $OPT $DYNLINK $STATIC $GCSECTIONS $STRIP -pagezero_size 0x10000 -multiply_defined suppress -L. -o $EXE `cat $RES`';
{$else ndef cpu64bitaddr}
ExeCmd[1]:='ld $PRTOBJ $OPT $DYNLINK $STATIC $GCSECTIONS $STRIP -multiply_defined suppress -L. -o $EXE `cat $RES`';
{$endif ndef cpu64bitaddr}