public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: Michael Tremer <michael.tremer@ipfire.org>
To: development@lists.ipfire.org
Subject: Re: [PATCH] gcc: disable parallel build
Date: Wed, 29 Apr 2020 18:37:20 +0100	[thread overview]
Message-ID: <1ADD15FC-DED3-411A-A2D6-7943B8978430@ipfire.org> (raw)
In-Reply-To: <3278c49f-8047-89ec-dce0-24fded557c76@ipfire.org>

[-- Attachment #1: Type: text/plain, Size: 1027 bytes --]

Acked-by: Michael Tremer <michael.tremer(a)ipfire.org>

> On 29 Apr 2020, at 15:15, Peter Müller <peter.mueller(a)ipfire.org> wrote:
> 
> Cc: Michael Tremer <michael.tremer(a)ipfire.org>
> Signed-off-by: Peter Müller <peter.mueller(a)ipfire.org>
> ---
> lfs/gcc | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/lfs/gcc b/lfs/gcc
> index 4f9cbe1cb..44bfb0ca0 100644
> --- a/lfs/gcc
> +++ b/lfs/gcc
> @@ -262,7 +262,7 @@ ifeq "$(PASS)" "L"
> 		$(EXTRA_ENV) \
> 		$(DIR_APP)/libstdc++-v3/configure \
> 			$(EXTRA_CONFIG)
> -	cd $(DIR_SRC)/gcc-build && make $(MAKETUNING) $(EXTRA_MAKE)
> +	cd $(DIR_SRC)/gcc-build && make $(EXTRA_MAKE)
> 	cd $(DIR_SRC)/gcc-build && make $(EXTRA_INSTALL) install
> 
> else
> @@ -271,7 +271,7 @@ else
> 		$(EXTRA_ENV) \
> 		$(DIR_APP)/configure \
> 			$(EXTRA_CONFIG)
> -	cd $(DIR_SRC)/gcc-build && make $(MAKETUNING) $(EXTRA_MAKE)
> +	cd $(DIR_SRC)/gcc-build && make $(EXTRA_MAKE)
> 	cd $(DIR_SRC)/gcc-build && make $(EXTRA_INSTALL) install
> endif
> 
> -- 
> 2.16.4


      reply	other threads:[~2020-04-29 17:37 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-28 14:11 first gcc 9.3.0 build attempt crashes, second one succeeds Peter Müller
2020-04-28 14:13 ` Michael Tremer
2020-04-29 14:15   ` [PATCH] gcc: disable parallel build Peter Müller
2020-04-29 17:37     ` Michael Tremer [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1ADD15FC-DED3-411A-A2D6-7943B8978430@ipfire.org \
    --to=michael.tremer@ipfire.org \
    --cc=development@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox