Compile tccasm.c conditionally (TCC_CONFIG_ASM)
commit519a9040a16f86a7b309accf1cb54ed64d2f921f
authorThomas Preud'homme <robotux@celest.fr>
Fri, 6 Jan 2012 17:14:34 +0000 (6 18:14 +0100)
committerThomas Preud'homme <robotux@celest.fr>
Fri, 6 Jan 2012 17:34:21 +0000 (6 18:34 +0100)
treec470768fe6bf854f0ac950bb4dc08b7b270788a5
parent83d57c06f406bbb7198b1683fc522f23251b5f57
Compile tccasm.c conditionally (TCC_CONFIG_ASM)

Only compile the content of tccasm.c if inline assembly is supported for
this architecture by testing the presence of macro TCC_CONFIG_ASM.
tccasm.c