summaryrefslogtreecommitdiffstats
path: root/bootstrap-stage1-test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap-stage1-test.sh')
-rwxr-xr-xbootstrap-stage1-test.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/bootstrap-stage1-test.sh b/bootstrap-stage1-test.sh
index 543fcd5..2bb21ba 100755
--- a/bootstrap-stage1-test.sh
+++ b/bootstrap-stage1-test.sh
@@ -78,6 +78,16 @@ test_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
cp "${opk}" .
done