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 in libc for Clang on NetBSD/ARM as ...



details:   https://anonhg.NetBSD.org/src/rev/20b8b5c78ce6
branches:  trunk
changeset: 329284:20b8b5c78ce6
user:      joerg <joerg%NetBSD.org@localhost>
date:      Sat May 17 23:32:32 2014 +0000

description:
Use compiler-rt in libc for Clang on NetBSD/ARM as well.

diffstat:

 share/mk/bsd.own.mk |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 4a4443219da9 -r 20b8b5c78ce6 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Sat May 17 23:31:57 2014 +0000
+++ b/share/mk/bsd.own.mk       Sat May 17 23:32:32 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.805 2014/05/17 23:31:57 joerg Exp $
+#      $NetBSD: bsd.own.mk,v 1.806 2014/05/17 23:32:32 joerg Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -88,6 +88,7 @@
 .endif
 
 .if !empty(MACHINE_ARCH:Mearm*)
+_LIBC_COMPILER_RT.${MACHINE_ARCH}=     yes
 _LIBC_UNWIND_SUPPORT.${MACHINE_ARCH}=  yes
 .endif
 



Home | Main Index | Thread Index | Old Index