diff options
author | Karel Kočí <cynerd@email.cz> | 2018-01-28 21:31:03 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2018-01-28 21:31:03 +0100 |
commit | 0866e02fd2f3df1039869c34cadb72f68bafdebd (patch) | |
tree | 00b10517d32519965dbf3b77a0a2277a83783777 /profiles/work-pc/make.defaults | |
parent | 16a99bfb6c16d61615d22e5002c43b75eafb0b48 (diff) | |
download | gentoo-personal-overlay-0866e02fd2f3df1039869c34cadb72f68bafdebd.tar.gz gentoo-personal-overlay-0866e02fd2f3df1039869c34cadb72f68bafdebd.tar.bz2 gentoo-personal-overlay-0866e02fd2f3df1039869c34cadb72f68bafdebd.zip |
add make.defaults to work-pc profile
Diffstat (limited to 'profiles/work-pc/make.defaults')
-rw-r--r-- | profiles/work-pc/make.defaults | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/profiles/work-pc/make.defaults b/profiles/work-pc/make.defaults new file mode 100644 index 0000000..1957061 --- /dev/null +++ b/profiles/work-pc/make.defaults @@ -0,0 +1,5 @@ +# vim:ft=gentoo-make-conf +CPU_FLAGS_X86="aes avx avx2 fma3 mmx mmxext popcnt sse sse2 sse3 sse4_1 sse4_2 ssse3" +PORTAGE_BINHOST="http://citrisin-pc.sh.cvut.cz/packages" + +MAKEOPTS="-j8" |