mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-28 15:28:30 +00:00
Get MbedTLS and its unit tests passing AARCH64
This commit is contained in:
parent
5e2f7f7ced
commit
4edbc98811
37 changed files with 632 additions and 725 deletions
|
@ -477,9 +477,9 @@
|
|||
(cond ((eq arg 9)
|
||||
(cosmo--assembly 1
|
||||
"V=1 OVERRIDE_COPTS='-w -fverbose-asm -fsanitize=undefined -fno-sanitize=null -fno-sanitize=alignment -fno-sanitize=pointer-overflow'"))
|
||||
((not (eq 0 (logand 8 arg)))
|
||||
(cosmo--assembly (setq arg (logand (lognot 8)))
|
||||
"V=1 OVERRIDE_COPTS='-w -fverbose-asm -fsanitize=address'"))
|
||||
;; ((not (eq 0 (logand 8 arg)))
|
||||
;; (cosmo--assembly (setq arg (logand (lognot 8)))
|
||||
;; "V=1 OVERRIDE_COPTS='-w -fverbose-asm -fsanitize=address'"))
|
||||
(t (cosmo--assembly arg "V=1 OVERRIDE_COPTS='-w ' CPPFLAGS=''"))))
|
||||
|
||||
(defun cosmo-assembly-native (arg)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue