aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Shaw <joe@joeshaw.org>2015-08-06 13:05:30 -0400
committerRuss Cox <rsc@golang.org>2015-08-06 18:44:35 +0000
commit5973558826c14baf4be28e438af608d397ea08dd (patch)
tree5f399de2cbe8926fed02f7242d6aa1b8f24d2d16
parentfced03a5c6dd22dd486106e3dd116510c28c6e4a (diff)
downloadgo-5973558826c14baf4be28e438af608d397ea08dd.tar.gz
go-5973558826c14baf4be28e438af608d397ea08dd.zip
doc: remove duplicate -asmflags mention
Fixes #12053 Change-Id: Icd883b4f1ac944a8ec718c79770a8e3fc6542e3a Reviewed-on: https://go-review.googlesource.com/13259 Reviewed-by: Russ Cox <rsc@golang.org>
-rw-r--r--doc/go1.5.html8
1 files changed, 0 insertions, 8 deletions
diff --git a/doc/go1.5.html b/doc/go1.5.html
index 70ce94e9ad..5f6e5f7b91 100644
--- a/doc/go1.5.html
+++ b/doc/go1.5.html
@@ -523,14 +523,6 @@ sets the build mode, described above.
</li>
<li>
-An <code>-asmflags</code> build option has been added to provide
-flags to the assembler.
-However,
-the <code>-ccflags</code> build option has been dropped;
-it was specific to the old, now deleted C compiler .
-</li>
-
-<li>
A new <code>-pkgdir</code> build option
sets the location of installed package archives,
to help isolate custom builds.