givaro icon indicating copy to clipboard operation
givaro copied to clipboard

clang + fedora + VM+ march=native = failure

Open ClementPernet opened this issue 5 years ago • 2 comments

march=native on fedora with clang seem to fail to detect the right target:

error: unknown target CPU 'pentium-m'

https://ci.inria.fr/linbox/job/Givaro/Archi=linbox-fedora,Compiler=clang++/257/

ClementPernet avatar Dec 20 '19 12:12 ClementPernet

Not sure we want to fix this problem on our side, unless someone shows up who actually needs it to be solved.

ClementPernet avatar Dec 20 '19 12:12 ClementPernet

I found this help that may help: http://clang-developers.42468.n3.nabble.com/unknown-target-CPU-pentium-m-td4062968.html

It looks like a problem with the installation of clang on this machine.

cyrilbouvier avatar Dec 20 '19 13:12 cyrilbouvier