diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2015-06-30 16:31:25 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2015-06-30 16:31:25 -0400 |
commit | d9e95df44fed77d7daa358128ea3c391add3bd98 (patch) | |
tree | ebaea91dd4435ce34c310afe1a3ff1fc0f3701d7 /core/etc/portage/make.conf.CYCLE.3 | |
parent | Initial commit. (diff) | |
download | grs-d9e95df44fed77d7daa358128ea3c391add3bd98.tar.gz grs-d9e95df44fed77d7daa358128ea3c391add3bd98.tar.bz2 grs-d9e95df44fed77d7daa358128ea3c391add3bd98.zip |
Initial commit of desktop-amd64-uclibc-hardened.
Diffstat (limited to 'core/etc/portage/make.conf.CYCLE.3')
-rw-r--r-- | core/etc/portage/make.conf.CYCLE.3 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/core/etc/portage/make.conf.CYCLE.3 b/core/etc/portage/make.conf.CYCLE.3 new file mode 100644 index 0000000..c1e1fbc --- /dev/null +++ b/core/etc/portage/make.conf.CYCLE.3 @@ -0,0 +1,7 @@ +CFLAGS="-O2 -pipe" +CXXFLAGS="${CFLAGS}" +CHOST="x86_64-gentoo-linux-uclibc" +MAKEOPTS="-j17" +PAX_MARKINGS="XT" + +source '/var/lib/layman/make.conf' |