]> Cypherpunks repositories - gostls13.git/commitdiff
doc: remove duplicate -asmflags mention
authorJoe Shaw <joe@joeshaw.org>
Thu, 6 Aug 2015 17:05:30 +0000 (13:05 -0400)
committerRuss Cox <rsc@golang.org>
Thu, 6 Aug 2015 18:44:35 +0000 (18:44 +0000)
Fixes #12053

Change-Id: Icd883b4f1ac944a8ec718c79770a8e3fc6542e3a
Reviewed-on: https://go-review.googlesource.com/13259
Reviewed-by: Russ Cox <rsc@golang.org>
doc/go1.5.html

index 70ce94e9ad73cb30828922f979f70f39d3531e3d..5f6e5f7b912a15e92cfc55ea716bc07128dafef1 100644 (file)
@@ -522,14 +522,6 @@ A new <code>-buildmode</code> build option
 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,