* no smartlinking for powerpc-linux

This commit is contained in:
peter 2005-03-22 16:34:25 +00:00
parent b71b1e232d
commit 2a9658aa6c

View File

@ -20,6 +20,14 @@ unit gtk2; // keep unit name lowercase for kylix
{$define GTK2_2}
{ Smartlinking has problems on powerpc-linux because of commandline length, disable
it for now }
{$ifdef powerpc}
{$ifdef linux}
{$smartlink off}
{$endif}
{$endif}
{$H+}
{$IFDEF FPC}
{$mode objfpc}