From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/12998 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 15:10:49 +0200 Message-ID: <20180709131049.GG4418@port70.net> References: 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 1531141737 18097 195.159.176.226 (9 Jul 2018 13:08:57 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Mon, 9 Jul 2018 13:08:57 +0000 (UTC) User-Agent: Mutt/1.9.1 (2017-09-22) To: musl@lists.openwall.com Original-X-From: musl-return-13014-gllmg-musl=m.gmane.org@lists.openwall.com Mon Jul 09 15:08:53 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 1fcVuO-0004d2-QT for gllmg-musl@m.gmane.org; Mon, 09 Jul 2018 15:08:52 +0200 Original-Received: (qmail 29878 invoked by uid 550); 9 Jul 2018 13:11:01 -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 29858 invoked from network); 9 Jul 2018 13:11:01 -0000 Mail-Followup-To: musl@lists.openwall.com Content-Disposition: inline In-Reply-To: Xref: news.gmane.org gmane.linux.lib.musl.general:12998 Archived-At: * 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.