소스 검색

* remove wrong FPC_VERSION added to cycle call

peter 23 년 전
부모
커밋
f8a22cb77e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      install/fpc.spec

+ 1 - 1
install/fpc.spec

@@ -33,7 +33,7 @@ utils. Provided units are the runtime library (RTL), free component library
 
 %build
 NEWPP=`pwd`/compiler/ppc386
-	make compiler_cycle FPC_VERSION=`ppc386 -iV`
+	make compiler_cycle
 	make rtl_clean rtl_smart FPC=${NEWPP}
 	make packages_base_smart FPC=${NEWPP}
 	make fcl_smart FPC=${NEWPP}