From 486a87b4a369d3b7ef36b18dd1733b4d5e312eff Mon Sep 17 00:00:00 2001 From: "Anthony G. Basile" Date: Tue, 7 Jul 2015 08:37:49 -0400 Subject: Testing stage1 build. --- core/etc/portage/make.conf | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 core/etc/portage/make.conf (limited to 'core/etc/portage/make.conf') 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" -- cgit v1.2.3-65-gdbad