diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2022-05-05 22:50:00 +0000 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2022-05-05 22:50:00 +0000 |
| commit | a3c239e78ac9e2f6238287c89222671b23624b7f (patch) | |
| tree | c3c3f82ed3bc6d8f7fcd07878a8edcfc6f1e5777 /.gitmodules | |
| parent | 5fb1af3ab12880331fb1e2150aa23b1278e60ddd (diff) | |
| download | kmi-a3c239e78ac9e2f6238287c89222671b23624b7f.tar.gz kmi-a3c239e78ac9e2f6238287c89222671b23624b7f.zip | |
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.
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
