Source-Changes-HG archive

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

[src/trunk]: src/share/mk Use compiler-rt and libc++ with LLVM on PowerPC64.



details:   https://anonhg.NetBSD.org/src/rev/bac0fb693708
branches:  trunk
changeset: 801677:bac0fb693708
user:      joerg <joerg%NetBSD.org@localhost>
date:      Wed Aug 13 20:51:26 2014 +0000

description:
Use compiler-rt and libc++ with LLVM on PowerPC64.

diffstat:

 share/mk/bsd.own.mk |  12 +++++++-----
 1 files changed, 7 insertions(+), 5 deletions(-)

diffs (33 lines):

diff -r c80ac7d51c79 -r bac0fb693708 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Wed Aug 13 19:51:27 2014 +0000
+++ b/share/mk/bsd.own.mk       Wed Aug 13 20:51:26 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.831 2014/08/13 18:25:11 justin Exp $
+#      $NetBSD: bsd.own.mk,v 1.832 2014/08/13 20:51:26 joerg Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -96,6 +96,7 @@
 _LIBC_COMPILER_RT.aarch64=     yes
 _LIBC_COMPILER_RT.i386=                yes
 _LIBC_COMPILER_RT.powerpc=     yes
+_LIBC_COMPILER_RT.powerpc64=   yes
 _LIBC_COMPILER_RT.x86_64=      yes
 
 .if ${MKLLVM:Uno} == "yes" && ${_LIBC_COMPILER_RT.${MACHINE_ARCH}:Uno} == "yes"
@@ -1101,10 +1102,11 @@
 .if !empty(MACHINE_ARCH:Mearm*)
 _NEEDS_LIBCXX.${MACHINE_ARCH}= yes
 .endif
-_NEEDS_LIBCXX.i386=    yes
-_NEEDS_LIBCXX.powerpc= yes
-_NEEDS_LIBCXX.x86_64=  yes
-_NEEDS_LIBCXX.aarch64= yes
+_NEEDS_LIBCXX.i386=            yes
+_NEEDS_LIBCXX.powerpc=         yes
+_NEEDS_LIBCXX.powerpc64=       yes
+_NEEDS_LIBCXX.x86_64=          yes
+_NEEDS_LIBCXX.aarch64=         yes
 
 .if ${MKLLVM} == "yes" && ${_NEEDS_LIBCXX.${MACHINE_ARCH}:Uno} == "yes"
 MKLIBCXX:=     yes



Home | Main Index | Thread Index | Old Index