Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/boringssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Langley <agl@google.com>2015-01-29 23:20:07 +0300
committerAdam Langley <agl@google.com>2015-01-29 23:20:07 +0300
commitd5c0980e33eb3a9df834121cee3b62d437c2946c (patch)
tree3a2b123feea90e98993b84475a4d9e3b1e7d71c5 /crypto/chacha
parent8de7597af3fb14ed8a72e55ae2dd47033567dcf5 (diff)
Update the command line for generating the ChaCha asm.
This command line matches what was used to generate the current file. Change-Id: I2f730768f4efc1b23860cc7b27d5005311c554ea
Diffstat (limited to 'crypto/chacha')
-rw-r--r--crypto/chacha/chacha_vec_arm.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/chacha/chacha_vec_arm.S b/crypto/chacha/chacha_vec_arm.S
index 15e7abb5..7a4dd5a3 100644
--- a/crypto/chacha/chacha_vec_arm.S
+++ b/crypto/chacha/chacha_vec_arm.S
@@ -19,7 +19,7 @@
#
# This file was generated by:
#
-# /opt/gcc-linaro-arm-linux-gnueabihf-4.7-2012.10-20121022_linux/bin/arm-linux-gnueabihf-gcc -O3 -mcpu=cortex-a8 -mfpu=neon -S chacha_vec.c -I ../../include -fpic -o chacha_vec_arm.S
+# /opt/gcc-linaro-4.9-2014.11-x86_64_arm-linux-gnueabihf/bin/arm-linux-gnueabihf-gcc -O3 -mcpu=cortex-a8 -mfpu=neon -S chacha_vec.c -DASM_GEN -I ../../include -fpic -o chacha_vec_arm.S
#if !defined(OPENSSL_NO_ASM)