summaryrefslogtreecommitdiffstats
path: root/crypto/c64xpluscpuid.pl
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/c64xpluscpuid.pl')
-rw-r--r--crypto/c64xpluscpuid.pl4
1 files changed, 4 insertions, 0 deletions
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