From 8b13a073a19336923622a1de47d2b4fa2994545d Mon Sep 17 00:00:00 2001
From: Matthew Dempsky
Date: Wed, 13 Jul 2022 15:00:53 -0700
Subject: [PATCH] doc: mention removal of cmd/compile's -importmap and
-installsuffix flags
Updates #51225.
Change-Id: I820f3f5ba169635fee37c30e41b370c9399a436d
Reviewed-on: https://go-review.googlesource.com/c/go/+/417534
Reviewed-by: Russ Cox
---
doc/go1.19.html | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/doc/go1.19.html b/doc/go1.19.html
index 8fc28b94bf..321dec642b 100644
--- a/doc/go1.19.html
+++ b/doc/go1.19.html
@@ -252,6 +252,13 @@ as well as support for rendering them to HTML, Markdown, and text.
that invoke the Go compiler directly will need to make sure they
pass this flag as well.
+
+ The Go compiler no longer accepts the -importmap
+ or -installsuffix
flags. Build systems that invoke the
+ Go compiler directly must use the -importcfg
flag
+ instead. (The go
command's -installsuffix
+ build flag is still supported and unaffected by this change.)
+
Assembler
--
2.48.1