瀏覽代碼

* 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}