From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C6187386F439; Fri, 29 May 2020 14:24:04 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C6187386F439 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1590762244; bh=ubC/+2KUIJy+2+d5hLZm1UFQZmDH+jRvb1aPndT4huQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=UMyLhsUgoCsZkF+pgKhWDCeuypjzmeI7L6oEMwyNQjS2qbAWqthHSyjZTJVE+L2Ma 32vgYqXU3fowDG8aLtUebDO1XZIopERBx2nIavSKGYHPsUVHShmeV0kRCVLDl4tvnS nD2pkGefURX1BNAo9w6yxkTemtWwB+AnGmhQ7jG0= From: "hjl.tools at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug bootstrap/95413] [11 regression] i686-linux --enable-targets=all cannot configure m64 libgomp Date: Fri, 29 May 2020 14:24:04 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: bootstrap X-Bugzilla-Version: 11.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: hjl.tools at gmail dot com X-Bugzilla-Status: WAITING X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 11.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 May 2020 14:24:04 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D95413 --- Comment #3 from H.J. Lu --- I successfully bootstrapped commit c92716b2b1d117a803775a2e2336b751050ff7c2 Author: Martin Liska Date: Fri May 29 13:21:41 2020 +0200 Port bugzilla-close-candidate script to git. with CC=3D"cc -m32 -fno-lto" CXX=3D"g++ -m32 -fno-lto" RUNTESTFLAGS=3D"--target_board=3D'unix'" /export/gnu/import/git/gitlab/x86-gcc/configure --enable-targets=3Dall --disable-lto-plugin --disable-libcc1 --disable-libsanitizer --enable-cet --with-demangler-in-ld i686-linux --prefix=3D/usr/gcc-11.0.0-32bit --with-local-prefix=3D/usr/local --enable-gnu-indirect-function --enable-clocale=3Dgnu --with-system-zlib --with-target-system-zlib --with-fpmath=3Dsse --enable-libmpx --enable-languages=3Dc,c++ configure: WARNING: you should use --build, --host, --target checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking target system type... i686-pc-linux-gnu=