diff options
author | lloyd <[email protected]> | 2010-08-08 21:08:47 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2010-08-08 21:08:47 +0000 |
commit | 65058f2c70fc0cb6e45510502e1a4239905096e9 (patch) | |
tree | 4a49072b6f63fc1c197e12ca64d3f3097c97df17 /src/hash | |
parent | c533be56ff5aff60275e329fa2b8da66611c8104 (diff) |
Clang understands at least some GCC inline asm syntax as well as what
an .S file is, so allow it for x86-64. Tested/works with Clang SVN.
Diffstat (limited to 'src/hash')
-rw-r--r-- | src/hash/sha1_amd64/info.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/hash/sha1_amd64/info.txt b/src/hash/sha1_amd64/info.txt index 8fdb7e2fc..681bddbc1 100644 --- a/src/hash/sha1_amd64/info.txt +++ b/src/hash/sha1_amd64/info.txt @@ -7,6 +7,7 @@ amd64 </arch> <cc> +clang gcc icc </cc> |