summaryrefslogtreecommitdiff
path: root/src/make-arm.bash
diff options
context:
space:
mode:
Diffstat (limited to 'src/make-arm.bash')
-rwxr-xr-xsrc/make-arm.bash4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/make-arm.bash b/src/make-arm.bash
index 40e9dbcde..10e0091e6 100755
--- a/src/make-arm.bash
+++ b/src/make-arm.bash
@@ -20,8 +20,8 @@ cp quietgcc.bash $GOBIN/quietgcc
chmod +x $GOBIN/quietgcc
# TODO(kaib): converge with normal build
-#for i in lib9 libbio libmach libregexp cmd pkg libcgo cmd/cgo cmd/ebnflint cmd/godoc cmd/gofmt
-for i in lib9 libbio libmach libregexp cmd pkg cmd/cgo cmd/ebnflint cmd/godoc cmd/gofmt
+#for i in lib9 libbio libmach cmd pkg libcgo cmd/cgo cmd/ebnflint cmd/godoc cmd/gofmt
+for i in lib9 libbio libmach cmd pkg cmd/cgo cmd/ebnflint cmd/godoc cmd/gofmt
do
# The ( ) here are to preserve the current directory
# for the next round despite the cd $i below.