search for: make_vari

Displaying 1 result from an estimated 1 matches for "make_vari".

Did you mean: make_uri
2019 Dec 11
4
modification on lnt to recognize new architecture
...arch = 'Sparc' elif arch in ('mips', 'mipsel', 'mips64', 'mips64el'): llvm_arch = 'Mips' + elif arch in ('ve'): + llvm_arch = 'VE' if llvm_arch is not None: make_variables['ARCH'] = llvm_arch ----------- Regards, -- Kazushi