aboutsummaryrefslogtreecommitdiff
path: root/BUILDING.md
diff options
context:
space:
mode:
authorDavid Benjamin <davidben@google.com>2018-11-13 17:49:42 -0600
committerAdam Langley <agl@google.com>2018-11-14 16:00:42 +0000
commit73d69f4d51086da93ea10c998b14e05611910972 (patch)
tree9978041ea32661b1f453bdccc6e0c4b5d6443427 /BUILDING.md
parent9a547e17ebaed8ee183774a474e33b7b1cabc689 (diff)
downloadboringssl-73d69f4d51086da93ea10c998b14e05611910972.zip
boringssl-73d69f4d51086da93ea10c998b14e05611910972.tar.gz
boringssl-73d69f4d51086da93ea10c998b14e05611910972.tar.bz2
Switch docs to recommending NASM.
Chromium has now switched to building our assembly with NASM (https://crbug.com/766721), which is more maintained. Next step is to switch remaining folks (Conscrypt, not sure if there's anyone else) and we'll drop Yasm. Change-Id: If4f45399b48d0d7477afb47647e83e7250bf854f Reviewed-on: https://boringssl-review.googlesource.com/c/33144 Reviewed-by: Adam Langley <agl@google.com>
Diffstat (limited to 'BUILDING.md')
-rw-r--r--BUILDING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILDING.md b/BUILDING.md
index 01f5480..924f6c9 100644
--- a/BUILDING.md
+++ b/BUILDING.md
@@ -20,7 +20,7 @@
* If you need to build Ninja from source, then a recent version of
[Python](https://www.python.org/downloads/) is required (Python 2.7.5 works).
- * On Windows only, [Yasm](http://yasm.tortall.net/) is required. If not found
+ * On Windows only, [NASM](https://www.nasm.us/) is required. If not found
by CMake, it may be configured explicitly by setting
`CMAKE_ASM_NASM_COMPILER`.