From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/753 Path: news.gmane.org!not-for-mail From: Rich Felker Newsgroups: gmane.linux.lib.musl.general Subject: Re: New gcc wrapper to try Date: Mon, 23 Apr 2012 05:19:05 -0400 Message-ID: <20120423091905.GM14673@brightrain.aerifal.cx> References: <20120421064933.GF14673@brightrain.aerifal.cx> <20120421203751.GG14673@brightrain.aerifal.cx> <20120422225704.75a67b0b@newbook> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1335172583 30785 80.91.229.3 (23 Apr 2012 09:16:23 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 23 Apr 2012 09:16:23 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-754-gllmg-musl=m.gmane.org@lists.openwall.com Mon Apr 23 11:16:21 2012 Return-path: Envelope-to: gllmg-musl@plane.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1SMFNd-00065O-9N for gllmg-musl@plane.gmane.org; Mon, 23 Apr 2012 11:16:21 +0200 Original-Received: (qmail 5414 invoked by uid 550); 23 Apr 2012 09:16:20 -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 5406 invoked from network); 23 Apr 2012 09:16:19 -0000 Content-Disposition: inline In-Reply-To: <20120422225704.75a67b0b@newbook> User-Agent: Mutt/1.5.21 (2010-09-15) Xref: news.gmane.org gmane.linux.lib.musl.general:753 Archived-At: On Sun, Apr 22, 2012 at 10:57:04PM -0700, Isaac Dunham wrote: > On Sat, 21 Apr 2012 16:37:51 -0400 > Rich Felker wrote: > > > Here's an updated version which fixes some issues with the previous > > (wrong crtbegin/end files when -shared is used, etc.) > > > Doesn't fix building wireless-tools (I've changed the target directory > to fit my install; no other changes) > In fact, where the old musl-gcc can link the object-file statically, > this one cannot link it at all, under any circumstances. > (This version is saved as muslcc, if you want to examine the logs...) > Using make iwmulticall Somebody has enabled stack protector. Either your distro (what distro are you using) has hacked gcc in a way different from what musl-gcc expects, or wireless-tools' makefile is adding -fstack-protector... Rich