Răsfoiți Sursa

Add -CTsmalltoc option for powerpc64-aix compiled IDE

git-svn-id: trunk@35464 -
pierre 8 ani în urmă
părinte
comite
40b76f686c
1 a modificat fișierele cu 3 adăugiri și 0 ștergeri
  1. 3 0
      ide/fpmake.pp

+ 3 - 0
ide/fpmake.pp

@@ -207,6 +207,9 @@ begin
     if CompilerTarget = mipsel then
       P.Options.Add('-Fu../compiler/mips');
 
+    { powerpc64-aix compiled IDE needs -CTsmalltoc option }
+    if (Defaults.OS=aix) and (Defaults.CPU=powerpc64) then
+     P.Options.Add('-CTsmalltoc');
     { Handle SPECIALLINK environment variable if available }
     s:=GetEnvironmentVariable('SPECIALLINK');
     if s<>'' then