Displaying 1 result from an estimated 1 matches for "make_variables".
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