From a6d1019514b4455417d70eff3e312babfe62cd2b Mon Sep 17 00:00:00 2001
From: pierre <pierre@freepascal.org>
Date: Thu, 1 Jun 2017 13:42:35 +0000
Subject: [PATCH]  sparc and sparc64 also need -Fisparcgen, because this
 directory contains include files

git-svn-id: trunk@36393 -
---
 compiler/Makefile.fpc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/compiler/Makefile.fpc b/compiler/Makefile.fpc
index 1490e79d40..12dd3d61ab 100644
--- a/compiler/Makefile.fpc
+++ b/compiler/Makefile.fpc
@@ -287,12 +287,12 @@ endif
 
 # Sparc specific
 ifeq ($(PPC_TARGET),sparc)
-override LOCALOPT+=-Fusparcgen
+override LOCALOPT+=-Fusparcgen -Fisparcgen
 endif
 
 # Sparc specific
 ifeq ($(PPC_TARGET),sparc64)
-override LOCALOPT+=-Fusparcgen
+override LOCALOPT+=-Fusparcgen -Fisparcgen
 endif
 
 # ARM specific