-Renamed GCC_CORE -> GCC
[hvlinux.git] / stage1 / packages-update
index 7ca40cd..a4c47d8 100755 (executable)
@@ -12,13 +12,17 @@ source ../packages-list
 
 update_packages_init
 
+if [ ${#} -eq 1 -a "x${1}" = "xtest" ]; then
+    export TEST_INTEGRITY=1
+fi
+
 # These packages are already downloaded for stage0:
 lpkg     0 ${GMP}
 lpkg     0 ${MPFR}
 lpkg     0 ${PPL}
 lpkg     0 ${CLOOG_PPL}
 lpkg     0 ${BINUTILS}
-lpkg     0 ${GCC_CORE}
+lpkg     0 ${GCC}
 lpkg     0 ${NCURSES}
 lpkg     0 ${FILE_PKG}
 lpkg     0 ${KERNEL}