From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/12999 Path: news.gmane.org!.POSTED!not-for-mail From: Nagakamira Newsgroups: gmane.linux.lib.musl.general Subject: Re: Troubles to build second stage of GCC for powerpc64le and powerpc Date: Mon, 9 Jul 2018 16:14:09 +0300 Message-ID: References: <20180709131049.GG4418@port70.net> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="000000000000f68044057090c9e5" X-Trace: blaine.gmane.org 1531141939 32479 195.159.176.226 (9 Jul 2018 13:12:19 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Mon, 9 Jul 2018 13:12:19 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-13015-gllmg-musl=m.gmane.org@lists.openwall.com Mon Jul 09 15:12:15 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 1fcVxc-0008Hp-Sa for gllmg-musl@m.gmane.org; Mon, 09 Jul 2018 15:12:12 +0200 Original-Received: (qmail 32583 invoked by uid 550); 9 Jul 2018 13:14:21 -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 32561 invoked from network); 9 Jul 2018 13:14:21 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to; bh=jaGx3M04KDbL5GNhpinHgHkSOMvQNmo67rL8qDMygm0=; b=U0IgXPj9teV0eaGvCIdLpDCnOJAPHkXIeA/s/tuw29haHwLsN1l3PxGz87A5KZvzzs 5TG3++4LgeSAOhtql0XOVb+0W3IIiQEekI43lJa8KIrZBVz2jd7PW0+Wua7enBg/aaqy 63OTG8ardbWFXERS1sNSygt2VsxAoAyxAFWEXjCfvu2iAIAK7HuEngUsvsywSXzxffKe EnA9VSgkvd8iAnvqlwZ0n0NOCE2gQme2uLK4AqaovYWF+ugRuSGDy4mPXKtqhdvbxs3U 9yzDco2BVOu0wYVLhUqU+t9mPGkX81uP1TbZDlac/+515DF2GPLSnAbM8wNYcyoQXOWY 7gFg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to; bh=jaGx3M04KDbL5GNhpinHgHkSOMvQNmo67rL8qDMygm0=; b=qTLih0Euq/68KABa27LmEhgSZIFDjKTI9Rudpl4GalPjz1gGnpUOLTUsliHRxkzqf/ Q2UMG0t9Zsh8JWWz33q5iSJWGeCGttaaGhelE5h0FXcRbLLPPiK98eGKmn64f9BjZ1O6 BqsKM34MbYLJTUBZd43C1kmZBz5bpqMuXCdDIp55ViWGcmo2RVhd/RquJsT1aD2FgtUm NwTim/AGcKLlIcbWpzjF8KUubYjahy/8PrzjOLdOAKhwHt1kEhmCw4yzuc28teDz+onA A4PCCuAnmkTm3snjNbbwy9Xb2Nbn7o6Ki3xXlL5aVjqFJJNXGrLXXAySW0kfebr5elrl l8fw== X-Gm-Message-State: APt69E1dHJrLcPYl8NrKeHQxkKeqR019rc/Bne889azNgjjiV+F9L4Av DYnnF8ei4bFMtvS+oQ/Xq5qCrg2aIeIkQI/tbig= X-Google-Smtp-Source: AAOMgpeJOgRzXNrzPNJMrL6dRdLGof8D4MgCsvknGDOZyTC+EO1MOzV929cEsNCMpq55581L/Qcb0zGy8pqY4vJgKIo= X-Received: by 2002:aca:5217:: with SMTP id g23-v6mr21354673oib.255.1531142049528; Mon, 09 Jul 2018 06:14:09 -0700 (PDT) In-Reply-To: <20180709131049.GG4418@port70.net> Xref: news.gmane.org gmane.linux.lib.musl.general:12999 Archived-At: --000000000000f68044057090c9e5 Content-Type: text/plain; charset="UTF-8" Yes I use the recent 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. > --000000000000f68044057090c9e5 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Yes I use the recent patchset

2018-07-09 16:10 GMT+03:00 Szabolcs = Nagy <nsz@port70.net>:
* Naga= kamira <nagakamira@gmail.com= > [2018-07-09 15:58:06 +0300]:
> Hi everyone! I having troubles with building se= cond 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=3Delfv2 --enable-secureplt --enable-decimal-flo= at=3Dno
> --enable-targets=3Dpowerpcle-linux" To configure GCC for pow= erpc I used this
> args: "--enable-secureplt --enable-decimal-float=3Dno". Gene= ral args for GCC
> are: https://pastebin.com/7jQY3Ki6.
> Thanks.


i recently updated that patchset are you using the latest versi= on?
in particular this patch is probably not applied:

http= ://port70.net/~nsz/musl/gcc-7.3.0/0008-Revert-PR-driver-81523-Mak= e-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.

--000000000000f68044057090c9e5--