From 278af23f94c72f881c41be1c82a0f593fd1e8a87 Mon Sep 17 00:00:00 2001 From: pierre Date: Thu, 1 Jun 2017 13:33:19 +0000 Subject: [PATCH] Add specific directory options for sparc (sparc64 still disabled) git-svn-id: trunk@36388 - --- ide/fpmake.pp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ide/fpmake.pp b/ide/fpmake.pp index 9763fbfcd6..be8e594d99 100644 --- a/ide/fpmake.pp +++ b/ide/fpmake.pp @@ -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