From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/340 Path: news.gmane.org!not-for-mail From: Newsgroups: gmane.linux.lib.musl.general Subject: Re: musl path Date: Sat, 06 Aug 2011 22:14:33 +0200 Message-ID: References: <589f298577c7ae68a4e66f1b6f2ee488@smtp1.ispfr.net> <20110806162803.GX29562@port70.net> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1312661694 12468 80.91.229.12 (6 Aug 2011 20:14:54 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 6 Aug 2011 20:14:54 +0000 (UTC) To: Original-X-From: musl-return-341-gllmg-musl=m.gmane.org@lists.openwall.com Sat Aug 06 22:14:51 2011 Return-path: Envelope-to: gllmg-musl@lo.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by lo.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1QpnGi-0006d6-T4 for gllmg-musl@lo.gmane.org; Sat, 06 Aug 2011 22:14:49 +0200 Original-Received: (qmail 30665 invoked by uid 550); 6 Aug 2011 20:14:45 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Original-Received: (qmail 30657 invoked from network); 6 Aug 2011 20:14:45 -0000 In-Reply-To: <20110806162803.GX29562@port70.net> X-Sender: nicolas@atelier-web.com User-Agent: RoundCube Webmail/0.4-beta Xref: news.gmane.org gmane.linux.lib.musl.general:340 Archived-At: On Sat, 6 Aug 2011 18:28:03 +0200, Szabolcs Nagy wrote: > * nicolas@atelier-web.com [2011-08-06 17:44:52 > +0200]: >> First, is it possible to add to the config.mak file the possibility to >> change the includedir path ? >> For example, i want to install the libraries on /lib and the headers on >> /usr/include, and i had to add manually this entry to the config.mak >> file... >> >> Secondly, is it possible to remove properly the musl-gcc wrapper ? >> I don't need it ;) > > config.mak is included after all variable declarations in the Makefile > so you can freely change those variables in config.mak > > eg: > > prefix=we_dont_use_prefix_at_all > includedir=/usr/include > libdir=/lib > ALL_TOOLS= Thanks :) And is there a way to remove the gcc wrapper ?