소스 검색

Do not add -Fl$GCCLIBDIR to FPCMAKEOPT as this is now handled by fpcmake

git-svn-id: trunk@45354 -
pierre 5 년 전
부모
커밋
ae91ff00b9
1개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제
  1. 0 4
      packages/fpmkunit/Makefile.fpc

+ 0 - 4
packages/fpmkunit/Makefile.fpc

@@ -69,10 +69,6 @@ ifneq ($(findstring $(CPU_SOURCE),x86_64 mips mipsel),)
 override FPCMAKEOPT+=-Cg
 endif
 endif
-# also add GCCLIBDIR if specified
-ifneq ($(GCCLIBDIR),)
-override FPCMAKEOPT+=-Fl$(GCCLIBDIR)
-endif
 
 [rules]
 .NOTPARALLEL: