소스 검색

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

git-svn-id: trunk@36393 -
pierre 8 년 전
부모
커밋
a6d1019514
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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