Explorar o código

+ First compile base packages then extra.

michael %!s(int64=23) %!d(string=hai) anos
pai
achega
654a8e3ffa
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      install/fpc.spec

+ 2 - 1
install/fpc.spec

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