Guest User

Untitled

a guest
Jun 5th, 2020
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.76 KB | None | 0 0
  1. # These settings were set by the catalyst build script that automatically
  2. # built this stage.
  3. # Please consult /usr/share/portage/config/make.conf.example for a more
  4. # detailed example.
  5. COMMON_FLAGS="-march=native -O2 -pipe"
  6. CFLAGS="${COMMON_FLAGS}"
  7. CXXFLAGS="${COMMON_FLAGS}"
  8. FCFLAGS="${COMMON_FLAGS}"
  9. FFLAGS="${COMMON_FLAGS}"
  10. CPU_FLAGS_X86= "aes avx avx2 f16c fma3 mmx mmxext pclmul popcnt sse sse2 sse3 sse4_1 sse4_2 ssse3"
  11.  
  12. CHOST="x86_64-cros-linux-gnu"
  13. CBUILD="x86_64-cros-linux-gnu"
  14.  
  15. # NOTE: This stage was built with the bindist Use flag enabled
  16. PORTDIR="/usr/portage"
  17. DISTDIR="/usr/portage/distfiles"
  18. PKGDIR="/usr/portage/packages"
  19.  
  20. # This sets the language of build output to English.
  21. # Please keep this setting intact when reporting bugs.
  22. LC_MESSAGES=C
Add Comment
Please, Sign In to add comment