Source-Changes-HG archive

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

[src/netbsd-9]: src/sys/arch/evbarm/conf Pull up following revision(s) (reque...



details:   https://anonhg.NetBSD.org/src/rev/058226f4d4a0
branches:  netbsd-9
changeset: 458353:058226f4d4a0
user:      martin <martin%NetBSD.org@localhost>
date:      Tue Sep 17 19:54:10 2019 +0000

description:
Pull up following revision(s) (requested by bouyer in ticket #207):

        sys/arch/evbarm/conf/files.generic: revision 1.8

Inlcude external/bsd/sljit/conf/files.sljit, so that it's possible to build
a kernel with options SLJIT

diffstat:

 sys/arch/evbarm/conf/files.generic |  8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 0becadd1e7f7 -r 058226f4d4a0 sys/arch/evbarm/conf/files.generic
--- a/sys/arch/evbarm/conf/files.generic        Tue Sep 17 19:51:12 2019 +0000
+++ b/sys/arch/evbarm/conf/files.generic        Tue Sep 17 19:54:10 2019 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.generic,v 1.7 2019/06/11 13:01:48 skrll Exp $
+#      $NetBSD: files.generic,v 1.7.2.1 2019/09/17 19:54:10 martin Exp $
 #
 # A generic (aarch32) kernel configuration info
 #
@@ -26,3 +26,9 @@
 include "arch/arm/vexpress/files.vexpress"
 include "arch/arm/virt/files.virt"
 include "arch/arm/xilinx/files.zynq"
+
+#
+# Stack-less Just-In-Time compiler
+#
+
+include        "external/bsd/sljit/conf/files.sljit"



Home | Main Index | Thread Index | Old Index