diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2015-07-07 08:37:49 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2015-07-07 08:37:49 -0400 |
commit | 486a87b4a369d3b7ef36b18dd1733b4d5e312eff (patch) | |
tree | 1395bc84c0ef2ddedd18a52a1667147e2410c26c /core/etc/portage/make.conf | |
parent | world.conf: switch to new format. (diff) | |
download | grs-486a87b4a369d3b7ef36b18dd1733b4d5e312eff.tar.gz grs-486a87b4a369d3b7ef36b18dd1733b4d5e312eff.tar.bz2 grs-486a87b4a369d3b7ef36b18dd1733b4d5e312eff.zip |
Testing stage1 build.
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" |