From: "Peter Müller" <peter.mueller@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH] gcc: disable parallel build
Date: Wed, 29 Apr 2020 16:15:27 +0200 [thread overview]
Message-ID: <3278c49f-8047-89ec-dce0-24fded557c76@ipfire.org> (raw)
In-Reply-To: <A73A0ACF-E69E-427F-ADD2-3C20F80B3A85@ipfire.org>
[-- Attachment #1: Type: text/plain, Size: 843 bytes --]
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
next prev parent reply other threads:[~2020-04-29 14:15 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 ` Peter Müller [this message]
2020-04-29 17:37 ` [PATCH] gcc: disable parallel build Michael Tremer
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=3278c49f-8047-89ec-dce0-24fded557c76@ipfire.org \
--to=peter.mueller@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