aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/dist/buildtool.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/dist/buildtool.go')
-rw-r--r--src/cmd/dist/buildtool.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/cmd/dist/buildtool.go b/src/cmd/dist/buildtool.go
index e638d51af7..a528d7aa76 100644
--- a/src/cmd/dist/buildtool.go
+++ b/src/cmd/dist/buildtool.go
@@ -70,6 +70,11 @@ var bootstrapDirs = []string{
"internal/goexperiment",
"internal/goroot",
"internal/goversion",
+ // internal/lazyregexp is provided by Go 1.17, which permits it to
+ // be imported by other packages in this list, but is not provided
+ // by the Go 1.17 version of gccgo. It's on this list only to
+ // support gccgo, and can be removed if we require gccgo 14 or later.
+ "internal/lazyregexp",
"internal/pkgbits",
"internal/platform",
"internal/profile",