From a3c239e78ac9e2f6238287c89222671b23624b7f Mon Sep 17 00:00:00 2001 From: Kimplul Date: Thu, 5 May 2022 22:50:00 +0000 Subject: fix makefiles on netbsd + Doesn't quite compile all the way unfortunately, building the GNU toolchain on NetBSD is a bit more difficult than I was expecting. LLVM does compile, but fails to link for some reason. --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index dcf638f..ac40335 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "dtc"] path = dtc - url = git@github.com:dgibson/dtc.git + url = https://github.com/dgibson/dtc.git -- cgit v1.3