Add specific directory options for sparc (sparc64 still disabled)

git-svn-id: trunk@36388 -
This commit is contained in:
pierre 2017-06-01 13:33:19 +00:00
parent a7b886b4df
commit 278af23f94

View File

@ -202,6 +202,11 @@ begin
P.Options.Add('-Fu../compiler/x86');
if CompilerTarget in [powerpc, powerpc64] then
P.Options.Add('-Fu../compiler/ppcgen');
if CompilerTarget in [sparc{, sparc64}] then
begin
P.Options.Add('-Fu../compiler/sparcgen');
P.Options.add('-Fi../compiler/sparcgen');
end;
if CompilerTarget = x86_64 then
P.Options.Add('-dNOOPT');
if CompilerTarget = mipsel then