]> icculus.org git repositories - icculus/xz.git/commit
Use the filename suffix .S instead of .s for assembler files
authorLasse Collin <lasse.collin@tukaani.org>
Fri, 14 Dec 2007 08:07:10 +0000 (10:07 +0200)
committerLasse Collin <lasse.collin@tukaani.org>
Fri, 14 Dec 2007 08:07:10 +0000 (10:07 +0200)
commit44b333d4615b5aabc557a0e1b6bb0096da3fae24
tree7f67452afcc0b6b25e6fee32921d52b3d8d80e6e
parentec1c82b2e82f395f6e8e19ac212a639644330cd7
Use the filename suffix .S instead of .s for assembler files
so that the preprocessor removes the /* */ style comments,
which are not supported by some non-GNU assemblers (Solaris)
that otherwise work with this code.
src/liblzma/check/Makefile.am
src/liblzma/check/crc32_x86.S [moved from src/liblzma/check/crc32_x86.s with 100% similarity]
src/liblzma/check/crc64_x86.S [moved from src/liblzma/check/crc64_x86.s with 100% similarity]