From 6ac79a93bbca84f4fc0baefc6496c6cc23b13bc1 Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Mon, 27 Jun 2016 20:33:34 -0700 Subject: 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. --- .gitmodules | 6 ------ 1 file changed, 6 deletions(-) (limited to '.gitmodules') 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 -- cgit v1.2.3