mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-08 06:21:15 +02:00
* no smartlinking for powerpc-linux
This commit is contained in:
parent
b71b1e232d
commit
2a9658aa6c
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user