Browse Source

sparc and sparc64 also need -Fisparcgen, because this directory contains include files

git-svn-id: trunk@36393 -
pierre 8 years ago
parent
commit
a6d1019514
1 changed files with 2 additions and 2 deletions
  1. 2 2
      compiler/Makefile.fpc

+ 2 - 2
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