Adios' Notes

« Back to posts
  • Viewed
    times

Filed under

  • CFLAGS
  • GCC
  • Gentoo
August 3, 2010

Gentoo Forums :: 觀看文章 - [SOLVED] Intel Atom D510 CFLAGS?

  • Edit
  • Delete
  • Tags
  • Autopost
Assuming you've got a good reason for not using the one in the big red box at the top of that page, you can do this:
代碼:
touch /tmp/null.c; gcc -c -march=native -v /tmp/null.c 2>&1 | grep march | egrep --color -- '\s-m\S+|--param \S+'
via forums.gentoo.org

用這樣來看現在架構的 CPUTYPE。

Tweet
  • 0 responses
  • Like
  • Comment