Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbarm/conf Inlcude external/bsd/sljit/conf/files.s...



details:   https://anonhg.NetBSD.org/src/rev/5193a02f87a9
branches:  trunk
changeset: 459566:5193a02f87a9
user:      bouyer <bouyer%NetBSD.org@localhost>
date:      Sun Sep 15 21:04:41 2019 +0000

description:
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 8ea88700bf07 -r 5193a02f87a9 sys/arch/evbarm/conf/files.generic
--- a/sys/arch/evbarm/conf/files.generic        Sun Sep 15 21:04:40 2019 +0000
+++ b/sys/arch/evbarm/conf/files.generic        Sun Sep 15 21:04:41 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.8 2019/09/15 21:04:41 bouyer 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