소스 검색

- more FPC 1.0.x code removed

git-svn-id: trunk@19744 -
Jonas Maebe 14 년 전
부모
커밋
9b7ea86332
2개의 변경된 파일161개의 추가작업 그리고 174개의 파일을 삭제
  1. 161 166
      utils/fpcm/fpcmake.inc
  2. 0 8
      utils/fpcm/fpcmake.ini

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 161 - 166
utils/fpcm/fpcmake.inc


+ 0 - 8
utils/fpcm/fpcmake.ini

@@ -236,14 +236,6 @@ OS_TARGET=$(OS_TARGET_DEFAULT)
 endif
 endif
 
-# For 1.0.x we need to use extra calls to retrieve all info
-ifneq ($(words $(FPC_COMPILERINFO)),5)
-FPC_COMPILERINFO+=$(shell $(FPC) -iSP)
-FPC_COMPILERINFO+=$(shell $(FPC) -iTP)
-FPC_COMPILERINFO+=$(shell $(FPC) -iSO)
-FPC_COMPILERINFO+=$(shell $(FPC) -iTO)
-endif
-
 # Retrieve Target/Source CPU and Target/Source OS
 ifndef CPU_SOURCE
 CPU_SOURCE:=$(word 2,$(FPC_COMPILERINFO))

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.