diff options
Diffstat (limited to 'core/etc/portage/make.conf')
-rw-r--r-- | core/etc/portage/make.conf | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/core/etc/portage/make.conf b/core/etc/portage/make.conf new file mode 100644 index 0000000..2ac9e25 --- /dev/null +++ b/core/etc/portage/make.conf @@ -0,0 +1,13 @@ +# These settings were set by RelEng GRS. +CFLAGS="-O2 -pipe" +CXXFLAGS="${CFLAGS}" +# WARNING: Changing your CHOST is not something that should be done lightly. +# Please consult http://www.gentoo.org/doc/en/change-chost.xml before changing. +CHOST="x86_64-pc-linux-gnu" +# These are the USE and USE_EXPAND flags that were used in addition to what is +# provided by the profile used for building. +USE="bindist" +CPU_FLAGS_X86="mmx sse sse2" +PORTDIR="/usr/portage" +DISTDIR="${PORTDIR}/distfiles" +PKGDIR="${PORTDIR}/packages" |