summaryrefslogtreecommitdiffstats
path: root/bootstrap-stage1-install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap-stage1-install.sh')
-rwxr-xr-xbootstrap-stage1-install.sh20
1 files changed, 20 insertions, 0 deletions
diff --git a/bootstrap-stage1-install.sh b/bootstrap-stage1-install.sh
index 9455fcc..318ff17 100755
--- a/bootstrap-stage1-install.sh
+++ b/bootstrap-stage1-install.sh
@@ -92,6 +92,16 @@ install_packages()
"build-essential-${ARCH}_"*) ;;
'build-essential-common_'*) ;;
'build-essential-'*) continue ;;
+ "gcc-${ARCH}_"*) ;;
+ "gcc-"*"-${ARCH}_"*) ;;
+ 'gcc-'*'-common_'*) ;;
+ 'gcc-'*'-locales_'*) ;;
+ 'gcc-'*) continue ;;
+ "g++-${ARCH}_"*) ;;
+ "g++-"*"-${ARCH}_"*) ;;
+ 'g++-'*'-common_'*) ;;
+ 'g++-'*'-locales_'*) ;;
+ 'g++-'*) continue ;;
esac
log 'Installing package %s...' "${pkg%%_*}"
tar -xzOf "${opk}" data.tar.gz | tar -xz
@@ -148,6 +158,16 @@ configure_packages()
"build-essential-${ARCH}_"*) ;;
'build-essential-common_'*) ;;
'build-essential-'*) continue ;;
+ "gcc-${ARCH}_"*) ;;
+ "gcc-"*"-${ARCH}_"*) ;;
+ 'gcc-'*'-common_'*) ;;
+ 'gcc-'*'-locales_'*) ;;
+ 'gcc-'*) continue ;;
+ "g++-${ARCH}_"*) ;;
+ "g++-"*"-${ARCH}_"*) ;;
+ 'g++-'*'-common_'*) ;;
+ 'g++-'*'-locales_'*) ;;
+ 'g++-'*) continue ;;
esac
pkg="${pkg%%_*}"
for entry in $(tar -xzOf "${opk}" control.tar.gz | tar -tz); do