From 1271c221f3b97e38212ba643978fbc1c6fa9a1af Mon Sep 17 00:00:00 2001 From: Jonas Maebe Date: Wed, 24 Nov 2010 11:03:11 +0000 Subject: [PATCH] - 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 - --- compiler/systems/t_bsd.pas | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/compiler/systems/t_bsd.pas b/compiler/systems/t_bsd.pas index 78755cc9ff..74584babed 100644 --- a/compiler/systems/t_bsd.pas +++ b/compiler/systems/t_bsd.pas @@ -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}