From: Joe Shaw Date: Thu, 6 Aug 2015 17:05:30 +0000 (-0400) Subject: doc: remove duplicate -asmflags mention X-Git-Tag: go1.5~1^2~38 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=5973558826c14baf4be28e438af608d397ea08dd;p=gostls13.git doc: remove duplicate -asmflags mention Fixes #12053 Change-Id: Icd883b4f1ac944a8ec718c79770a8e3fc6542e3a Reviewed-on: https://go-review.googlesource.com/13259 Reviewed-by: Russ Cox --- 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 @@ -522,14 +522,6 @@ A new -buildmode build option sets the build mode, described above. -
  • -An -asmflags build option has been added to provide -flags to the assembler. -However, -the -ccflags build option has been dropped; -it was specific to the old, now deleted C compiler . -
  • -
  • A new -pkgdir build option sets the location of installed package archives,