|
Message-ID: <5356E4CA.7060907@midipix.org> Date: Tue, 22 Apr 2014 17:53:14 -0400 From: "writeonce@...ipix.org" <writeonce@...ipix.org> To: musl@...ts.openwall.com Subject: musl-llvm and crtbegin/crtend Greetings, First issue, and probably an easy fix, is the link to crtbegin.S and crtend.S on the musl wiki page entitled BuildingLLVM. The current links are broken, and should (probably) point to http://cvsweb.netbsd.org/bsdweb.cgi/src/lib/csu/ (the actual files are under arch/{$ARCH} More importantly, though: from very recent communication on the clang developer list, it is my understanding that the NetBSD crtbegin/crtend are the _de facto_ standard for self-hosting clang toolchains. If that is the case, does anyone know of a special license exception pertaining to these files? If I read the license correctly, then every binary containing the resulting crtbegin.o and crtend.o would have to include a copy of the license with its documentation. If there is such exception, then I'd suggest that the wiki page includes a link to it. Kind regards, zg
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.