From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 1C369385BF9E; Tue, 23 Mar 2021 23:06:49 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 1C369385BF9E From: "worx at pouf dot org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/99703] gcc-10.2.0 with Via C3 Eden: configure: error: Intel CET must be enabled on Intel CET enabled host Date: Tue, 23 Mar 2021 23:06:48 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 10.2.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: worx at pouf dot org 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: --- 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: Tue, 23 Mar 2021 23:06:49 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D99703 --- Comment #31 from Worx --- I use this Gentoo configuration : CHOST=3D"i586-pc-linux-gnu" CFLAGS=3D"-march=3Dc3 -m3dnow -O2 -pipe -fomit-frame-pointer" CXXFLAGS=3D"${CFLAGS}" Here you are a comment shared in the below link :=20 Warning: Do not use any stages or packages containing i686 instructions (su= ch as cmov) with the Samuel 2 and Ezra versions of the C3. The Ezra doesn't have any special instructions that you could optimize for, just consider it a K6-3 - basically a Pentium 2 with 3DNow. http://wikigentoo.ksiezyc.pl/Safe_Cflags.htm#C3_Nehemiah_.28C5X.2FC5XL.2FC5= P.29_.28VIA.29 So, How can i run a make bootstrap with GCC source directly, How can i setup this configuration ?=