On 2018-06-16 15:16 +0100, Ken Moffat wrote: > > Interestingly gmp and mpfr both identify my machine as "nano-pc-linux-gnu" > > rather than x86_64-pc-linux-gnu, so Bruce > > is sort-of right when he calls it a different architecture. They both set > > themselves up to run with -march=nano > > -mtune=nano. What glibc thought it was building on, I have no idea, as I > > couldn't find a config.guess script in the > > package. > > > > I'm surprised by nano-pc-linux-gnu.
No surprise here. GMP's config.guess is special. It outputs "ivybridge-pc-linux-gnu", "skylake-pc-linux-gnu", "k8-pc-linux-gnu" etc. "uname -m" would still output "x86_64". -- Xi Ruoyao <[email protected]> School of Aerospace Science and Technology, Xidian University -- http://lists.linuxfromscratch.org/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page Do not top post on this list. A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing in e-mail? http://en.wikipedia.org/wiki/Posting_style
