Hi, On Mon, 1 Oct 2018 17:50:46 -0700 Matthew Fernandez via cfe-users wrote:
> It’s hard to guess what you’re doing or what your > expected outcome is without seeing your command > line, I am building ungoogled-chromium using the attached short bash script. For 'native' and 'nocona' everything works fine. The errors when selecting 'pentium-m' are here: https://susepaste.org/7e63b193 > but perhaps you’re using -march? Yes, through exporting CFLAGS. > $ clang -march=pentium-m main.c > error: unknown target CPU 'pentium-m’ > $ clang -mtune=pentium-m main.c > $ So one cannot target architecture 'pentium-m' yet -mtune for it is possible for that CPU? How can this be used practically? IOW: how should I modify my script? -- George
ugc-build
Description: Binary data
_______________________________________________ cfe-users mailing list cfe-users@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-users