From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/13001 Path: news.gmane.org!.POSTED!not-for-mail From: Szabolcs Nagy Newsgroups: gmane.linux.lib.musl.general Subject: Re: Troubles to build second stage of GCC for powerpc64le and powerpc Date: Mon, 9 Jul 2018 19:29:14 +0200 Message-ID: <20180709172914.GH4418@port70.net> References: <20180709131049.GG4418@port70.net> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: blaine.gmane.org 1531157252 12324 195.159.176.226 (9 Jul 2018 17:27:32 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Mon, 9 Jul 2018 17:27:32 +0000 (UTC) User-Agent: Mutt/1.9.1 (2017-09-22) To: musl@lists.openwall.com Original-X-From: musl-return-13017-gllmg-musl=m.gmane.org@lists.openwall.com Mon Jul 09 19:27:28 2018 Return-path: Envelope-to: gllmg-musl@m.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by blaine.gmane.org with smtp (Exim 4.84_2) (envelope-from ) id 1fcZwV-0002nY-95 for gllmg-musl@m.gmane.org; Mon, 09 Jul 2018 19:27:19 +0200 Original-Received: (qmail 7674 invoked by uid 550); 9 Jul 2018 17:29:26 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Original-Received: (qmail 7656 invoked from network); 9 Jul 2018 17:29:26 -0000 Mail-Followup-To: musl@lists.openwall.com Content-Disposition: inline In-Reply-To: Xref: news.gmane.org gmane.linux.lib.musl.general:13001 Archived-At: * Nagakamira [2018-07-09 16:14:09 +0300]: > Yes I use the recent patchset > musl-cross-make with TARGET=powerpc64le-linux-musl produces a working toolchain for me, but it seems that there is another gcc commit that needs to be reverted: f5c42d1b08e7c71b1581ef521131e217fe576a52 i'm not sure what made the difference for you, but i'll post an updated patchset. > 2018-07-09 16:10 GMT+03:00 Szabolcs Nagy : > > * Nagakamira [2018-07-09 15:58:06 +0300]: > > > Hi everyone! I having troubles with building second stage of GCC for > > > powerpc64le and powerpc. Log: https://pastebin.com/LTzK6Btw I using GCC > > > 7.3.0 with nsz's pacthset. To configure GCC for powerpc64le I used this > > > args: "--with-abi=elfv2 --enable-secureplt --enable-decimal-float=no > > > --enable-targets=powerpcle-linux" To configure GCC for powerpc I used > > this > > > args: "--enable-secureplt --enable-decimal-float=no". General args for > > GCC > > > are: https://pastebin.com/7jQY3Ki6. > > > Thanks. > > > > > > i recently updated that patchset are you using the latest version? > > in particular this patch is probably not applied: > > > > http://port70.net/~nsz/musl/gcc-7.3.0/0008-Revert-PR- > > driver-81523-Make-static-override-pie.patch > > > > i think i could build a powerpc64le toolchain with these patches > > using musl-cross-make, but i will verify this later. > >