From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D014D385BF9E; Tue, 23 Mar 2021 22:53:22 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D014D385BF9E 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 22:53:22 +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 22:53:22 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D99703 --- Comment #30 from Worx --- (In reply to H.J. Lu from comment #28) > (In reply to Worx from comment #27) > > (gdb) disass/r (0x0804f547 - 2), +32 > > Dump of assembler code from 0x804f545 to 0x804f565: > > 0x0804f545: 00 00 add %al,(%eax) > > =3D> 0x0804f547: 0f 44 44 24 14 cmove 0x14(%esp),%eax >=20 > This is CMOV which is in i686. Please configure GCC with > i586-pc-linux-gnu, instead of i686-pc-linux-gnu. Ok, it's well configure at the system level, in my Gentoo OS : c3eden ~ # LANG=3Den_US.utf8 gcc -v Using built-in specs. COLLECT_GCC=3Dgcc COLLECT_LTO_WRAPPER=3D/usr/libexec/gcc/i586-pc-linux-gnu/9.3.0/lto-wrapper Target: i586-pc-linux-gnu Configured with: /var/tmp/portage/sys-devel/gcc-9.3.0-r2/work/gcc-9.3.0/configure --host=3Di586-pc-linux-gnu --build=3Di586-pc-linux-gnu --prefix=3D/usr --bindir=3D/usr/i586-pc-linux-gnu/gcc-bin/9.3.0 --includedir=3D/usr/lib/gcc/i586-pc-linux-gnu/9.3.0/include --datadir=3D/usr/share/gcc-data/i586-pc-linux-gnu/9.3.0 --mandir=3D/usr/share/gcc-data/i586-pc-linux-gnu/9.3.0/man --infodir=3D/usr/share/gcc-data/i586-pc-linux-gnu/9.3.0/info --with-gxx-include-dir=3D/usr/lib/gcc/i586-pc-linux-gnu/9.3.0/include/g++-v9 --with-python-dir=3D/share/gcc-data/i586-pc-linux-gnu/9.3.0/python --enable-languages=3Dc,c++,fortran --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --enable-nls --without-included-gettext --enable-checking=3Drelease --with-bugurl=3Dhttps://bugs.gentoo.org/ --with-pkgversion=3D'Gentoo 9.3.0-r2 p4' --disable-esp --enable-libstdcxx-t= ime --enable-shared --enable-threads=3Dposix --enable-__cxa_atexit --enable-clocale=3Dgnu --disable-multilib --disable-fixed-point --with-arch= =3Di586 --enable-targets=3Dall --enable-libgomp --disable-libssp --disable-libada --disable-systemtap --enable-vtable-verify --enable-lto --without-isl --enable-default-pie --enable-default-ssp Thread model: posix gcc version 9.3.0 (Gentoo 9.3.0-r2 p4) But when i launch a "make bootstrap" based on GCC git source code, it's launched as an i686. Do I need to run a configure with a specfic option ?=20 I raised this point when i had this second error.=20 Sorry again for the dumb questions...=