summaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2016-06-27 20:33:34 -0700
committerMichael Forney <mforney@mforney.org>2016-06-27 20:36:02 -0700
commit6ac79a93bbca84f4fc0baefc6496c6cc23b13bc1 (patch)
tree4cfd5e9ca199cfe8a56572f5b48a3952f823e911 /.gitmodules
parentf732e53f58b8f92132dece66b05f32576f830cc4 (diff)
Remove cparser and libfirm for now
They require perl and python to generate various sources, and currently use wildcards to enumerate sources. While it can compile many of the simple C packages in oasis, it is not sufficient in general, and it still requires the gcc driver to link with the various start files.
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules6
1 files changed, 0 insertions, 6 deletions
diff --git a/.gitmodules b/.gitmodules
index 09a9fbf8..ecd93aba 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -91,12 +91,6 @@
path = desktop/wayland/src
url = https://anongit.freedesktop.org/git/wayland/wayland.git
ignore = all
-[submodule "devel/cparser/src"]
- path = devel/cparser/src
- url = http://pp.ipd.kit.edu/git/cparser.git
-[submodule "devel/libfirm/src"]
- path = devel/libfirm/src
- url = http://pp.ipd.kit.edu/git/libfirm.git
[submodule "devel/make/src"]
path = devel/make/src
url = git://git.sv.gnu.org/make.git