pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/lang/llvm



Module Name:    pkgsrc
Committed By:   tnn
Date:           Sat Jan 26 23:47:43 UTC 2019

Modified Files:
        pkgsrc/lang/llvm: options.mk

Log Message:
sync target list


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/lang/llvm/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/llvm/options.mk
diff -u pkgsrc/lang/llvm/options.mk:1.3 pkgsrc/lang/llvm/options.mk:1.4
--- pkgsrc/lang/llvm/options.mk:1.3     Tue May  9 12:23:42 2017
+++ pkgsrc/lang/llvm/options.mk Sat Jan 26 23:47:43 2019
@@ -1,8 +1,8 @@
-# $NetBSD: options.mk,v 1.3 2017/05/09 12:23:42 jperkin Exp $
+# $NetBSD: options.mk,v 1.4 2019/01/26 23:47:43 tnn Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.llvm
 
-LLVM_TARGETS=  AArch64 AMDGPU ARM BPF Hexagon MSP430 Mips NVPTX PowerPC Sparc SystemZ X86 XCore
+LLVM_TARGETS=  AArch64 AMDGPU ARM BPF Hexagon Lanai Mips MSP430 NVPTX PowerPC Sparc SystemZ X86 XCore
 
 .for tgt in ${LLVM_TARGETS}
 PLIST_VARS+=                   ${tgt}



Home | Main Index | Thread Index | Old Index