From bd227733b9f5acaba81e064f508b5821317dc59b Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Sun, 4 May 2014 16:38:32 +0200 Subject: C64x+ assembly pack: make it work with older toolchain. --- crypto/c64xpluscpuid.pl | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'crypto/c64xpluscpuid.pl') diff --git a/crypto/c64xpluscpuid.pl b/crypto/c64xpluscpuid.pl index 0ee0a4e86f..2feb4e31f4 100644 --- a/crypto/c64xpluscpuid.pl +++ b/crypto/c64xpluscpuid.pl @@ -6,6 +6,10 @@ open STDOUT,">$output"; $code.=<<___; .text + + .if .ASSEMBLER_VERSION<7000000 + .asg 0,__TI_EABI__ + .endif .if __TI_EABI__ .asg OPENSSL_rdtsc,_OPENSSL_rdtsc .asg OPENSSL_cleanse,_OPENSSL_cleanse -- cgit v1.2.3